|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Screen | |
org.apache.turbine.modules | |
org.apache.turbine.modules.screens | |
org.apache.turbine.modules.screens.error |
Uses of Screen in org.apache.turbine.modules |
Methods in org.apache.turbine.modules that return Screen | |
Screen |
ScreenLoader.getInstance(java.lang.String name)
Pulls out an instance of the object by name. |
Methods in org.apache.turbine.modules with parameters of type Screen | |
private void |
ScreenLoader.addInstance(java.lang.String name,
Screen screen)
Adds an instance of an object into the hashtable. |
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 |
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 |
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(). |
class |
WebMacroSiteErrorScreen
WebMacroSiteErrorScreen screen - directs errors at the webmacro error template defined in template.error. |
class |
WebMacroSiteScreen
Base WebMacro Screen. |
class |
WebMacroSiteSecureScreen
WebMacroSiteSecure screen. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |