Class TemplateSessionValidator
java.lang.Object
org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
SessionValidator for use with the Template Service, the
TemplateSessionValidator is virtually identical to the
TemplateSecureSessionValidator
except that it does not transfer to the
login page when it detects a null user (or a user not logged in).
The Template Service requires a different Session Validator because of the way it handles screens.
- Version:
- $Id$
- Author:
- John D. McNally, Dave Bryson, Henning P. Schmiedehausen, Peter Courcoux
- See Also:
-
Field Summary
Fields inherited from class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
screenHomepage, screenInvalidState, security, templateHomepage, templateInvalidState
Fields inherited from interface org.apache.turbine.modules.Action
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
handleFormCounterToken
-
Constructor Details
-
TemplateSessionValidator
public TemplateSessionValidator()
-
-
Method Details
-
doPerform
Execute the action.- Parameters:
pipelineData
- Turbine information.- Throws:
Exception
- The anonymous user could not be obtained from the security service
-