Uses of Class
org.apache.turbine.modules.screens.TemplateScreen
-
Packages that use TemplateScreen Package Description org.apache.turbine.modules.screens Screen class implementations. -
-
Uses of TemplateScreen in org.apache.turbine.modules.screens
Subclasses of TemplateScreen in org.apache.turbine.modules.screens Modifier and Type Class Description classBaseJspScreenBase JSP Screen that should be subclassed by screens that want to use JSP.classJspErrorScreenDirects errors at the Jsp error template defined in template.error.classLegacyVelocityScreenDeprecated.Use VelocityScreen directlyclassLegacyVelocitySecureScreenDeprecated.Use VelocitySecureScreen directlyclassVelocityCachedScreenVelocityCachedScreen is Turbine 2.3.3 VelocityDirectScreen (same package) with methods added forPipelineData.classVelocityDirectScreenVelocityDirectScreen is a screen class which returns its output directly to the output stream.classVelocityErrorScreenVelocityErrorScreen screen - directs errors at the velocity error template defined in template.error.classVelocityScreenBase Velocity Screen.classVelocitySecureScreenVelocitySecureScreen Always performs a Security Check that you've defined before executing the doBuildTemplate().
-