Uses of Interface
org.apache.turbine.pipeline.Valve
-
Packages that use Valve 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.org.apache.turbine.services.urlmapper Provide back-and-forth-mapping facilities for simplified URLs
$Id$ -
-
Uses of Valve in org.apache.turbine.pipeline
Classes in org.apache.turbine.pipeline that implement Valve Modifier and Type Class Description classCleanUpValveImplements the RunData target portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).classDefaultACLCreationValveImplements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).classDefaultLoginValveHandles the Login and Logout actions in the request process cycle.classDefaultSessionTimeoutValveDeprecated.classDefaultSessionValidationValveImplements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).classDefaultSetEncodingValveSet default encoding of the request.classDetermineActionValveThis valve is responsible for setting the 'action' property of RunData based on request parameter.classDetermineRedirectRequestedValveImplements the Redirect Requested portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).classDetermineTargetValveThis valve is responsible for setting the 'target' property of the RunData.classExecutePageValveImplements the Page Generation portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).Methods in org.apache.turbine.pipeline that return Valve Modifier and Type Method Description Valve[]Pipeline. getValves()Return the set of all Valves in the pipeline.Valve[]TurbinePipeline. getValves()ValveXmlValveAdapter. unmarshal(XmlValve xmlValve)Methods in org.apache.turbine.pipeline with parameters of type Valve Modifier and Type Method Description voidPipeline. addValve(Valve valve)Add a new Valve to the end of the pipeline.voidTurbinePipeline. addValve(Valve valve)XmlValveXmlValveAdapter. marshal(Valve valve)voidPipeline. removeValve(Valve valve)Remove the specified Valve from the pipeline, if it is found; otherwise, do nothing.voidTurbinePipeline. removeValve(Valve valve)protected voidTurbinePipeline. setValves(Valve[] valves)Set new valves during deserialization -
Uses of Valve in org.apache.turbine.services.urlmapper
Classes in org.apache.turbine.services.urlmapper that implement Valve Modifier and Type Class Description classURLMapperValveThis valve is responsible for parsing parameters out of simplified URLs.
-