Package | Description |
---|---|
org.apache.jetspeed.pipeline | |
org.apache.jetspeed.pipeline.valve |
Modifier and Type | Method and Description |
---|---|
void |
Pipeline.initialize() |
void |
Pipeline.invoke(RequestContext context)
Cause the specified request and response to be processed by
the sequence of Valves associated with this pipeline, until one
of these Valves decides to end the processing.
|
Modifier and Type | Method and Description |
---|---|
void |
Valve.initialize()
Initialize the valve before using in a pipeline.
|
void |
Valve.invoke(RequestContext request,
ValveContext context) |
void |
ValveContext.invokeNext(RequestContext request)
Cause the
invoke() method of the next Valve
that is part of the Pipeline currently being processed (if any)
to be executed, passing on the specified request and response
objects plus this ValveContext instance. |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.