Package org.apache.turbine.modules.screens
Screen class implementations.
$Id$
$Id$
-
Class Summary Class Description BaseJspScreen Base JSP Screen that should be subclassed by screens that want to use JSP.JSONScreen A Screen class for dealing with JSON-RPC requests.JSONSecureScreen An extension to JSONScreen that performs a Security Check before invoking doBuildTemplate().JspErrorScreen Directs errors at the Jsp error template defined in template.error.LegacyVelocityScreen Deprecated. Use VelocityScreen directlyLegacyVelocitySecureScreen Deprecated. Use VelocitySecureScreen directlyPlainJSONScreen A Screen class for dealing with JSON requests.PlainJSONSecureAnnotatedScreen RawScreen Base class for writing Screens that output binary data.TemplateScreen Template Screen.VelocityCachedScreen VelocityCachedScreen is Turbine 2.3.3 VelocityDirectScreen (same package) with methods added forPipelineData
.VelocityDirectScreen VelocityDirectScreen is a screen class which returns its output directly to the output stream.VelocityErrorScreen VelocityErrorScreen screen - directs errors at the velocity error template defined in template.error.VelocityScreen Base Velocity Screen.VelocitySecureScreen VelocitySecureScreen Always performs a Security Check that you've defined before executing the doBuildTemplate().