| Package | Description |
|---|---|
| org.apache.jetspeed.pipeline |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.