Class TemplateSessionValidator

java.lang.Object
org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
All Implemented Interfaces:
Action, Assembler

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:
  • Constructor Details

  • Method Details

    • doPerform

      public void doPerform(PipelineData pipelineData) throws Exception
      Execute the action.
      Parameters:
      pipelineData - Turbine information.
      Throws:
      Exception - The anonymous user could not be obtained from the security service