|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Screen | |
---|---|
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. |
Uses of Screen in org.apache.turbine.modules |
---|
Methods in org.apache.turbine.modules that return Screen | |
---|---|
Screen |
ScreenLoader.getAssembler(String name)
Pulls out an instance of the object by name. |
Uses of Screen in org.apache.turbine.modules.screens |
---|
Subclasses of Screen in org.apache.turbine.modules.screens | |
---|---|
class |
BaseJspScreen
Base JSP Screen that should be subclassed by screens that want to use JSP. |
class |
Error
This is a sample Error Screen module. |
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 |
RawScreen
Base class for writing Screens that output binary data. |
class |
TemplateScreen
Template Screen. |
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(). |
Uses of Screen in org.apache.turbine.modules.screens.error |
---|
Subclasses of Screen in org.apache.turbine.modules.screens.error | |
---|---|
class |
InvalidState
Users will get this screen if the screen on their browser is in an invalid state. |
Uses of Screen in org.apache.turbine.services.assemblerbroker.util.java |
---|
Methods in org.apache.turbine.services.assemblerbroker.util.java that return Screen | |
---|---|
Screen |
JavaScreenFactory.getAssembler(String name)
Get an Assembler. |
Methods in org.apache.turbine.services.assemblerbroker.util.java that return types with arguments of type Screen | |
---|---|
Loader<Screen> |
JavaScreenFactory.getLoader()
Get the loader for this type of assembler |
Uses of Screen in org.apache.turbine.services.assemblerbroker.util.python |
---|
Methods in org.apache.turbine.services.assemblerbroker.util.python that return Screen | |
---|---|
Screen |
PythonScreenFactory.getAssembler(String name)
Get an Assembler. |
Methods in org.apache.turbine.services.assemblerbroker.util.python that return types with arguments of type Screen | |
---|---|
Loader<Screen> |
PythonScreenFactory.getLoader()
Get the loader for this type of assembler |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |