Uses of Class
org.apache.turbine.pipeline.AbstractValve

Packages that use AbstractValve
org.apache.turbine.pipeline The Turbine processing pipeline is modelled after the pipeline found in Tomcat 4.0.1 (Catalina), and after the module architecture found in Apache httpd. 
 

Uses of AbstractValve in org.apache.turbine.pipeline
 

Subclasses of AbstractValve in org.apache.turbine.pipeline
 class CleanUpValve
          Implements the RunData target portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
 class DefaultACLCreationValve
          Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
 class DefaultLoginValve
          Handles the Login and Logout actions in the request process cycle.
 class DefaultSessionTimeoutValve
          Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
 class DefaultSessionValidationValve
          Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
 class DetermineActionValve
          This valve is responsible for setting the 'action' property of RunData based on request parameter.
 class DetermineRedirectRequestedValve
          Implements the Redirect Requested portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
 class DetermineTargetValve
          This valve is responsible for setting the 'target' property of the RunData.
 class ExecutePageValve
          Implements the Page Generation portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.