Uses of Class
org.codehaus.plexus.summit.pipeline.valve.ValveInvocationException

Packages that use ValveInvocationException
org.codehaus.plexus.summit.pipeline   
org.codehaus.plexus.summit.pipeline.valve   
org.codehaus.plexus.summit.pull   
 

Uses of ValveInvocationException in org.codehaus.plexus.summit.pipeline
 

Methods in org.codehaus.plexus.summit.pipeline that throw ValveInvocationException
 void Pipeline.invoke(RunData data)
          Cause the specified request and response to be processed by the sequence of Valves associated with this pipeline, until one of these Valves decides to end the processing.
 void AbstractPipeline.invoke(RunData data)
           
 

Uses of ValveInvocationException in org.codehaus.plexus.summit.pipeline.valve
 

Methods in org.codehaus.plexus.summit.pipeline.valve that throw ValveInvocationException
 void DisplayValve.invoke(RunData data)
           
 void Valve.invoke(RunData data)
           
 void CreateViewContextValve.invoke(RunData data)
           
protected  void CreateViewContextValve.populateViewContext(RunData data, ViewContext viewContext)
          Populate the velocityContext.
 void DetermineTargetValve.invoke(RunData data)
           
 void ActionValve.invoke(RunData data)
           
 void ResolverValve.invoke(RunData data)
           
 

Uses of ValveInvocationException in org.codehaus.plexus.summit.pull
 

Methods in org.codehaus.plexus.summit.pull that throw ValveInvocationException
 void PullToolReleaseValve.invoke(RunData data)
           
 void PullToolValve.invoke(RunData data)
           
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.