org.apache.turbine.modules.actions.sessionvalidator
Class TemplateSessionValidator
java.lang.Object
|
+--org.apache.turbine.modules.Assembler
|
+--org.apache.turbine.modules.Action
|
+--org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
|
+--org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
- public class TemplateSessionValidator
- extends SessionValidator
SessionValidator for use with the Template Service, the
TemplateSessionValidator is virtually identical to the
TemplateSecureValidator except that it does not tranfer 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: TemplateSessionValidator.java,v 1.4 2002/03/29 15:57:04 dobbs Exp $
- Author:
- John D. McNally, Dave Bryson
- See Also:
TemplateSecureSessionValidator
Methods inherited from class org.apache.turbine.modules.Action |
perform |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateSessionValidator
public TemplateSessionValidator()
doPerform
public void doPerform(RunData data)
throws java.lang.Exception
- Execute the action.
- Overrides:
doPerform
in class Action
- Parameters:
data
- Turbine information.- Throws:
Exception,
- a generic exception.
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.