Uses of Interface
org.apache.jetspeed.pipeline.valve.Valve

Packages that use Valve
org.apache.jetspeed.pipeline   
 

Uses of Valve in org.apache.jetspeed.pipeline
 

Methods in org.apache.jetspeed.pipeline that return Valve
 Valve[] Pipeline.getValves()
          Return the set of all Valves in the pipeline.
 

Methods in org.apache.jetspeed.pipeline with parameters of type Valve
 void Pipeline.addValve(Valve valve)
          Add a new Valve to the end of the pipeline.
 void Pipeline.removeValve(Valve valve)
          Remove the specified Valve from the pipeline, if it is found; otherwise, do nothing.
 



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