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

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

Uses of Pipeline in org.apache.jetspeed.engine
 

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

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

Fields in org.apache.jetspeed.mockobjects.request declared as Pipeline
private  Pipeline MockRequestContext.pipeline
           
 

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.request
 

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

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



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