Package | Description |
---|---|
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 | Class and Description |
---|---|
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–2018 The Apache Software Foundation. All rights reserved.