Package | Description |
---|---|
org.apache.turbine.modules |
Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view.
|
org.apache.turbine.modules.screens |
Screen class implementations.
|
org.apache.turbine.modules.screens.error |
Error Screen classes.
|
org.apache.turbine.services.assemblerbroker.util.java |
Factories for the java class based view (all template views).
|
org.apache.turbine.services.assemblerbroker.util.python |
Factory for the python / jython based view.
|
Modifier and Type | Method and Description |
---|---|
Screen |
ScreenLoader.getAssembler(String name)
Pulls out an instance of the object by name.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseJspScreen
Base JSP Screen that should be subclassed by screens that want to
use JSP.
|
class |
JSONScreen
A Screen class for dealing with JSON-RPC requests.
|
class |
JSONSecureScreen
An extension to JSONScreen that performs a Security Check before invoking
doBuildTemplate().
|
class |
JspErrorScreen
Directs errors at the Jsp error template defined in template.error.
|
class |
LegacyVelocityScreen
Deprecated.
Use VelocityScreen directly
|
class |
LegacyVelocitySecureScreen
Deprecated.
Use VelocitySecureScreen directly
|
class |
RawScreen
Base class for writing Screens that output binary data.
|
class |
TemplateScreen
Template Screen.
|
class |
VelocityCachedScreen
VelocityCachedScreen is Turbine 2.3.3 VelocityDirectScreen (same package)
with methods added for
PipelineData . |
class |
VelocityDirectScreen
VelocityDirectScreen is a screen class which returns its output
directly to the output stream.
|
class |
VelocityErrorScreen
VelocityErrorScreen screen - directs errors at the velocity
error template defined in template.error.
|
class |
VelocityScreen
Base Velocity Screen.
|
class |
VelocitySecureScreen
VelocitySecureScreen
Always performs a Security Check that you've defined before
executing the doBuildTemplate().
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidState
Users will get this screen if the screen on their browser is in an
invalid state.
|
Modifier and Type | Method and Description |
---|---|
Screen |
JavaScreenFactory.getAssembler(String name)
Get an Assembler.
|
Modifier and Type | Method and Description |
---|---|
Loader<Screen> |
JavaScreenFactory.getLoader()
Get the loader for this type of assembler
|
Class<Screen> |
JavaScreenFactory.getManagedClass()
Get the class of this assembler
|
Modifier and Type | Method and Description |
---|---|
Screen |
PythonScreenFactory.getAssembler(String name)
Get an Assembler.
|
Modifier and Type | Method and Description |
---|---|
Loader<Screen> |
PythonScreenFactory.getLoader()
Get the loader for this type of assembler
|
Class<Screen> |
PythonScreenFactory.getManagedClass()
Get the class of this assembler
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.