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

Packages that use ExecuteContext
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 ExecuteContext in com.tirsen.angkor.jsp
 

Methods in com.tirsen.angkor.jsp with parameters of type ExecuteContext
 void PrerenderValve.execute(ExecuteContext exec)
           
 void PrerenderValve.DoPrerenderValve.execute(ExecuteContext exec)
           
 

Uses of ExecuteContext in com.tirsen.angkor.process
 

Classes in com.tirsen.angkor.process that implement ExecuteContext
protected static class Pipeline.BasicExecuteContext
           
 

Methods in com.tirsen.angkor.process that return ExecuteContext
 ExecuteContext Pipeline.createExecuteContext(RenderContext renderContext)
          Used in unit tests to set up ExecuteContext differently.
 ExecuteContext Pipeline.createSubContext(ExecuteContext context)
           
static ExecuteContext Pipeline.getCurrentExecuteContext()
           
 

Methods in com.tirsen.angkor.process with parameters of type ExecuteContext
 void Valve.execute(ExecuteContext exec)
           
 void SingleViewFactoryRenderValve.execute(ExecuteContext exec)
           
abstract  void RenderValve.execute(ExecuteContext exec)
           
 void RenderValve.CreateViewValve.execute(ExecuteContext exec)
           
 void RenderValve.DoRenderValve.execute(ExecuteContext exec)
           
 void RenderPageValve.execute(ExecuteContext exec)
           
 void RedirectValve.execute(ExecuteContext exec)
           
protected  void Pipeline.initContext(ExecuteContext exec, RenderContext renderContext)
           
 void Pipeline.execute(ExecuteContext exec)
          Used in unit tests to set up ExecuteContext differently.
 ExecuteContext Pipeline.createSubContext(ExecuteContext context)
           
protected static void Pipeline.setCurrentExecuteContext(ExecuteContext context)
           
 void ParseValve.execute(ExecuteContext exec)
           
 void ParseValve.ParseComponentValve.execute(ExecuteContext exec)
           
 void EventValve.execute(ExecuteContext exec)
           
 void EventValve.ProcessEventValve.execute(ExecuteContext exec)
           
 void ErrorValve.execute(ExecuteContext exec)
           
 

Constructors in com.tirsen.angkor.process with parameters of type ExecuteContext
Pipeline.BasicExecuteContext(java.util.Iterator valves, ExecuteContext parent)
           
 



Copyright © 2002-2002 . All Rights Reserved.