Uses of Interface
com.tirsen.angkor.process.Valve

Packages that use Valve
com.tirsen.angkor.jsp Framework for using prerendered Angkor components in a JSP page. 
com.tirsen.angkor.process The Pipeline architecture with a set of predefined Valves is used to process an incoming request in Angkor. 
 

Uses of Valve in com.tirsen.angkor.jsp
 

Classes in com.tirsen.angkor.jsp that implement Valve
 class PrerenderValve
           
static class PrerenderValve.DoPrerenderValve
           
 

Uses of Valve in com.tirsen.angkor.process
 

Classes in com.tirsen.angkor.process that implement Valve
 class ErrorValve
          TODO document ErrorValve
 class EventValve
           
static class EventValve.ProcessEventValve
           
 class ParseValve
           
static class ParseValve.ParseComponentValve
           
 class RedirectValve
           
 class RenderPageValve
          TODO document RenderPageValve
 class RenderValve
           
static class RenderValve.CreateViewValve
           
static class RenderValve.DoRenderValve
           
 class SingleViewFactoryRenderValve
           
 

Methods in com.tirsen.angkor.process that return Valve
 Valve Pipeline.findValve(java.lang.Class valveClass)
           
 

Methods in com.tirsen.angkor.process with parameters of type Valve
 void Pipeline.addValve(Valve valve)
           
 void Pipeline.insertBefore(Valve insertBefore, Valve valveToInsert)
           
 void Pipeline.insertBefore(Valve insertBefore, Valve valveToInsert)
           
 void Pipeline.replaceValve(Valve valveToReplace, Valve valveToReplaceWith)
           
 void Pipeline.replaceValve(Valve valveToReplace, Valve valveToReplaceWith)
           
 



Copyright © 2002-2002 . All Rights Reserved.