Package | Description |
---|---|
org.apache.turbine.modules.screens |
Screen class implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseJspScreen
Base JSP Screen that should be subclassed by screens that want to
use JSP.
|
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 |
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().
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.