|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pipeline | |
com.tirsen.angkor | The core framework for Angkor. |
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 Pipeline in com.tirsen.angkor |
Methods in com.tirsen.angkor that return Pipeline | |
Pipeline |
Page.createProcessPipeline()
|
Pipeline |
Application.createRenderPipeline(ViewFactory factory)
Creates the default processing pipeline. |
Pipeline |
Application.createPrerenderPipeline()
Creates a pipeline that prerenders all currently registered components. |
Pipeline |
Application.createBasicPipeline()
Creates the basic pipeline with the exception of a render valve. |
protected Pipeline |
Application.createDefaultPipeline()
|
Uses of Pipeline in com.tirsen.angkor.jsp |
Methods in com.tirsen.angkor.jsp that return Pipeline | |
protected Pipeline |
PrerenderValve.createRenderPipeline()
|
Uses of Pipeline in com.tirsen.angkor.process |
Subclasses of Pipeline in com.tirsen.angkor.process | |
class |
DefaultPipeline
|
Methods in com.tirsen.angkor.process that return Pipeline | |
protected Pipeline |
SingleViewFactoryRenderValve.createRenderPipeline()
|
protected Pipeline |
RenderValve.createRenderPipeline()
Create a sub-pipeline which is executed for each view factory to render. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |