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 AbstractPipeline.invoke(RunData data)
           
 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.
 

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

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

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-2006 Codehaus. All Rights Reserved.