| |
|
| java.lang.Object org.apache.jetspeed.pipeline.JetspeedPipeline
JetspeedPipeline | public class JetspeedPipeline implements Pipeline(Code) | | Flexible implementation of a
Pipeline .
Suggested
order of valves:
- ContainerValve
- CapabilityValve
- UserProfilerValve
- PageProfilerValve
- ActionValve
- LayoutValve
- ContentValve
- AggregateValve
- CleanupValve
author: Jason van Zyl author: David Sean Taylor version: $Id: JetspeedPipeline.java 516448 2007-03-09 16:25:47Z ate $ |
Field Summary | |
protected String | name Name of this pipeline. | protected Valve[] | valves The set of Valves associated with this Pipeline. |
valves | protected Valve[] valves(Code) | | The set of Valves associated with this Pipeline.
|
JetspeedPipeline | public JetspeedPipeline(String name, List valveList) throws Exception(Code) | | Constructor that provides the descriptor for building the pipeline
|
addValve | public synchronized void addValve(Valve valve)(Code) | | |
getName | public String getName()(Code) | | Get the name of this pipeline.
String Name of this pipeline. |
removeValve | public synchronized void removeValve(Valve valve)(Code) | | |
setName | public void setName(String name)(Code) | | Set the name of this pipeline.
Parameters: name - Name of this pipeline. |
|
|
|