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.
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
ActionEvent.bubbleUpException
If 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.
|
Modifier and Type | Field and Description |
---|---|
protected String |
SessionValidator.screenHomepage |
protected String |
SessionValidator.screenInvalidState |
protected String |
SessionValidator.templateHomepage |
protected String |
SessionValidator.templateInvalidState |
Modifier and Type | Field and Description |
---|---|
protected String |
VelocityScreen.templateError |
Modifier and Type | Field and Description |
---|---|
protected int |
DefaultSessionTimeoutValve.timeout |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.