|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.pipeline.JetspeedPipeline
public class JetspeedPipeline
Flexible implementation of a Pipeline
.
Nested Class Summary | |
---|---|
private static class |
JetspeedPipeline.Invocation
|
Field Summary | |
---|---|
protected String |
name
Name of this pipeline. |
protected org.apache.jetspeed.pipeline.valve.Valve[] |
valves
The set of Valves associated with this Pipeline. |
Constructor Summary | |
---|---|
JetspeedPipeline(String name,
List valveList)
Constructor that provides the descriptor for building the pipeline |
Method Summary | |
---|---|
void |
addValve(org.apache.jetspeed.pipeline.valve.Valve valve)
|
String |
getName()
Get the name of this pipeline. |
org.apache.jetspeed.pipeline.valve.Valve[] |
getValves()
|
void |
initialize()
|
void |
invoke(org.apache.jetspeed.request.RequestContext request)
|
void |
removeValve(org.apache.jetspeed.pipeline.valve.Valve valve)
|
void |
setName(String name)
Set the name of this pipeline. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected org.apache.jetspeed.pipeline.valve.Valve[] valves
Constructor Detail |
---|
public JetspeedPipeline(String name, List valveList) throws Exception
Exception
Method Detail |
---|
public void initialize() throws org.apache.jetspeed.pipeline.PipelineException
initialize
in interface org.apache.jetspeed.pipeline.Pipeline
org.apache.jetspeed.pipeline.PipelineException
public void setName(String name)
name
- Name of this pipeline.public String getName()
getName
in interface org.apache.jetspeed.pipeline.Pipeline
public void addValve(org.apache.jetspeed.pipeline.valve.Valve valve)
addValve
in interface org.apache.jetspeed.pipeline.Pipeline
public org.apache.jetspeed.pipeline.valve.Valve[] getValves()
getValves
in interface org.apache.jetspeed.pipeline.Pipeline
public void removeValve(org.apache.jetspeed.pipeline.valve.Valve valve)
removeValve
in interface org.apache.jetspeed.pipeline.Pipeline
public void invoke(org.apache.jetspeed.request.RequestContext request) throws org.apache.jetspeed.pipeline.PipelineException
invoke
in interface org.apache.jetspeed.pipeline.Pipeline
org.apache.jetspeed.pipeline.PipelineException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |