Verwendungen von Schnittstelle
org.apache.turbine.pipeline.Valve
Packages, die Valve verwenden
Package
Beschreibung
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.
Provide back-and-forth-mapping facilities for simplified URLs
-
Verwendungen von Valve in org.apache.turbine.pipeline
Klassen in org.apache.turbine.pipeline, die Valve implementierenModifizierer und TypKlasseBeschreibungclass
Implements the RunData target portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).class
Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).class
Handles the Login and Logout actions in the request process cycle.class
Veraltet.class
Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).class
Set default encoding of the request.class
This valve is responsible for setting the 'action' property of RunData based on request parameter.class
Implements the Redirect Requested portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).class
This valve is responsible for setting the 'target' property of the RunData.class
Implements the Page Generation portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).Methoden in org.apache.turbine.pipeline, die Valve zurückgebenModifizierer und TypMethodeBeschreibungValve[]
Pipeline.getValves()
Return the set of all Valves in the pipeline.Valve[]
TurbinePipeline.getValves()
Methoden in org.apache.turbine.pipeline mit Parametern vom Typ ValveModifizierer und TypMethodeBeschreibungvoid
Add a new Valve to the end of the pipeline.void
void
Pipeline.removeValve
(Valve valve) Remove the specified Valve from the pipeline, if it is found; otherwise, do nothing.void
TurbinePipeline.removeValve
(Valve valve) protected void
Set new valves during deserialization -
Verwendungen von Valve in org.apache.turbine.services.urlmapper
Klassen in org.apache.turbine.services.urlmapper, die Valve implementierenModifizierer und TypKlasseBeschreibungclass
This valve is responsible for parsing parameters out of simplified URLs.