Uses of Interface
org.apache.turbine.modules.Screen
-
Packages that use Screen Package Description org.apache.turbine.modules.screens Screen class implementations.org.apache.turbine.modules.screens.error Error Screen classes.org.apache.turbine.services.assemblerbroker.util.java Factories for the java class based view (all template views).org.apache.turbine.services.assemblerbroker.util.python Factory for the python / jython based view. -
-
Uses of Screen in org.apache.turbine.modules.screens
Classes in org.apache.turbine.modules.screens that implement Screen Modifier and Type Class Description classBaseJspScreenBase JSP Screen that should be subclassed by screens that want to use JSP.classJSONScreenA Screen class for dealing with JSON-RPC requests.classJSONSecureScreenAn extension to JSONScreen that performs a Security Check before invoking doBuildTemplate().classJspErrorScreenDirects errors at the Jsp error template defined in template.error.classLegacyVelocityScreenDeprecated.Use VelocityScreen directlyclassLegacyVelocitySecureScreenDeprecated.Use VelocitySecureScreen directlyclassPlainJSONScreenA Screen class for dealing with JSON requests.classPlainJSONSecureAnnotatedScreenclassRawScreenBase class for writing Screens that output binary data.classTemplateScreenTemplate Screen.classVelocityCachedScreenVelocityCachedScreen 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(). -
Uses of Screen in org.apache.turbine.modules.screens.error
Classes in org.apache.turbine.modules.screens.error that implement Screen Modifier and Type Class Description classInvalidStateUsers will get this screen if the screen on their browser is in an invalid state. -
Uses of Screen in org.apache.turbine.services.assemblerbroker.util.java
Methods in org.apache.turbine.services.assemblerbroker.util.java that return Screen Modifier and Type Method Description ScreenJavaScreenFactory. getAssembler(String name)Get an Assembler.Methods in org.apache.turbine.services.assemblerbroker.util.java that return types with arguments of type Screen Modifier and Type Method Description Loader<Screen>JavaScreenFactory. getLoader()Get the loader for this type of assemblerClass<Screen>JavaScreenFactory. getManagedClass()Get the class of this assembler -
Uses of Screen in org.apache.turbine.services.assemblerbroker.util.python
Methods in org.apache.turbine.services.assemblerbroker.util.python that return Screen Modifier and Type Method Description ScreenPythonScreenFactory. getAssembler(String name)Get an Assembler.Methods in org.apache.turbine.services.assemblerbroker.util.python that return types with arguments of type Screen Modifier and Type Method Description Loader<Screen>PythonScreenFactory. getLoader()Get the loader for this type of assemblerClass<Screen>PythonScreenFactory. getManagedClass()Get the class of this assembler
-