|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Valve | |
|---|---|
| org.apache.jetspeed.pipeline | |
| Uses of Valve in org.apache.jetspeed.pipeline |
|---|
| Methods in org.apache.jetspeed.pipeline that return Valve | |
|---|---|
Valve[] |
Pipeline.getCleanupValves()
Return the set of all cleanup Valves in the pipeline. |
Valve[] |
Pipeline.getValves()
Return the set of all Valves in the pipeline. |
| Methods in org.apache.jetspeed.pipeline with parameters of type Valve | |
|---|---|
void |
Pipeline.addValve(Valve valve)
Add a new Valve to the end of the pipeline. |
void |
Pipeline.removeValve(Valve valve)
Remove the specified Valve from the pipeline, if it is found; otherwise, do nothing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||