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 Engine.getPipeline()
          Gets the engine's request default pipeline.
 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
 

Methods in org.apache.jetspeed.pipeline that return Pipeline
 Pipeline PipelineMapper.getPipelineById(java.lang.String id)
          Returns pipeline by the pipeline component ID.
 Pipeline PipelineMapper.getPipelineByMappedPath(java.lang.String mappedPath)
          Returns pipeline mapped by the specified path.
 

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-2011 The Apache Software Foundation. All Rights Reserved.