Uses of Class
org.apache.turbine.modules.Screen

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. 
 

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 Screen 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 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.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.