com.tirsen.angkor.jsp
Class PrerenderValve

java.lang.Object
  |
  +--com.tirsen.angkor.process.RenderValve
        |
        +--com.tirsen.angkor.jsp.PrerenderValve
All Implemented Interfaces:
Valve

public class PrerenderValve
extends RenderValve

Version:
$Revision: 1.3 $
Author:
Jon Tirs´n (tirsen@users.sourceforge.net)

Nested Class Summary
static class PrerenderValve.DoPrerenderValve
           
 
Nested classes inherited from class com.tirsen.angkor.process.RenderValve
RenderValve.CreateViewValve, RenderValve.DoRenderValve
 
Field Summary
static ExecuteContext.Attribute PrerenderedComponentsRegistryAttribute
          The resulting PrerenderedComponentsRegistry resulting from this valve.
 
Fields inherited from class com.tirsen.angkor.process.RenderValve
ViewFactoryAttribute
 
Constructor Summary
PrerenderValve()
           
 
Method Summary
protected  Pipeline createRenderPipeline()
          Create a sub-pipeline which is executed for each view factory to render.
 void execute(ExecuteContext exec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PrerenderedComponentsRegistryAttribute

public static final ExecuteContext.Attribute PrerenderedComponentsRegistryAttribute
The resulting PrerenderedComponentsRegistry resulting from this valve.

Constructor Detail

PrerenderValve

public PrerenderValve()
Method Detail

createRenderPipeline

protected Pipeline createRenderPipeline()
Description copied from class: RenderValve
Create a sub-pipeline which is executed for each view factory to render. In this abstract class no actual render valve is added but subclasses must add it's own variety to the end.

Overrides:
createRenderPipeline in class RenderValve

execute

public void execute(ExecuteContext exec)
             throws java.lang.Exception
Specified by:
execute in interface Valve
Specified by:
execute in class RenderValve
java.lang.Exception


Copyright © 2002-2002 . All Rights Reserved.