Uses of Class
org.apache.turbine.annotation.TurbineConfiguration
-
Packages that use TurbineConfiguration Package Description org.apache.turbine.modules Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view.org.apache.turbine.modules.actions.sessionvalidator Session validator classes to be used with Turbine apps that use security.org.apache.turbine.modules.screens Screen class implementations.org.apache.turbine.pipeline The Turbine processing pipeline is modeled after the pipeline found in Tomcat 4.0.1 (Catalina), and after the module architecture found in Apache httpd.org.apache.turbine.util Various utilities used in Turbine and for Turbine based applications. -
-
Uses of TurbineConfiguration in org.apache.turbine.modules
Fields in org.apache.turbine.modules with annotations of type TurbineConfiguration Modifier and Type Field Description protected booleanActionEvent. bubbleUpExceptionIf true, then exceptions raised in eventSubmit_do<xxx> methods as well as in doPerform methods are bubbled up to the Turbine servlet's handleException method. -
Uses of TurbineConfiguration in org.apache.turbine.modules.actions.sessionvalidator
Fields in org.apache.turbine.modules.actions.sessionvalidator with annotations of type TurbineConfiguration Modifier and Type Field Description protected StringSessionValidator. screenHomepageprotected StringSessionValidator. screenInvalidStateprotected StringSessionValidator. templateHomepageprotected StringSessionValidator. templateInvalidState -
Uses of TurbineConfiguration in org.apache.turbine.modules.screens
Fields in org.apache.turbine.modules.screens with annotations of type TurbineConfiguration Modifier and Type Field Description protected StringVelocityScreen. templateError -
Uses of TurbineConfiguration in org.apache.turbine.pipeline
Fields in org.apache.turbine.pipeline with annotations of type TurbineConfiguration Modifier and Type Field Description protected intDefaultSessionTimeoutValve. timeoutDeprecated. -
Uses of TurbineConfiguration in org.apache.turbine.util
Fields in org.apache.turbine.util with annotations of type TurbineConfiguration Modifier and Type Field Description protected intTurbineConfig. timeout
-