Uses of Interface
org.apache.jetspeed.pipeline.Pipeline

Packages that use Pipeline
org.apache.jetspeed.engine   
org.apache.jetspeed.mockobjects.request   
org.apache.jetspeed.pipeline   
org.apache.jetspeed.request   
 

Uses of Pipeline in org.apache.jetspeed.engine
 

Methods in org.apache.jetspeed.engine that return Pipeline
 Pipeline JetspeedEngine.getPipeline()
           
 Pipeline Engine.getPipeline()
          Gets the engine's request default pipeline.
 Pipeline JetspeedEngine.getPipeline(java.lang.String pipelineName)
           
 Pipeline Engine.getPipeline(java.lang.String pipelineName)
          Gets the specified engine's request pipeline.
 

Uses of Pipeline in org.apache.jetspeed.mockobjects.request
 

Methods in org.apache.jetspeed.mockobjects.request that return Pipeline
 Pipeline MockRequestContext.getPipeline()
          Get the current executing pipeline
 

Methods in org.apache.jetspeed.mockobjects.request with parameters of type Pipeline
 void MockRequestContext.setPipeline(Pipeline pipeline)
          Set the current pipeline
 

Uses of Pipeline in org.apache.jetspeed.pipeline
 

Classes in org.apache.jetspeed.pipeline that implement Pipeline
 class JetspeedPipeline
          Flexible implementation of a Pipeline.
 

Uses of Pipeline in org.apache.jetspeed.request
 

Methods in org.apache.jetspeed.request that return Pipeline
 Pipeline JetspeedRequestContext.getPipeline()
          Get the current executing pipeline
 Pipeline RequestContext.getPipeline()
          Get the current executing pipeline
 

Methods in org.apache.jetspeed.request with parameters of type Pipeline
 void JetspeedRequestContext.setPipeline(Pipeline pipeline)
          Set the current pipeline
 void RequestContext.setPipeline(Pipeline pipeline)
          Set the current pipeline
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.