com.tirsen.angkor.process
Class RenderValve

java.lang.Object
  |
  +--com.tirsen.angkor.process.RenderValve
All Implemented Interfaces:
Valve
Direct Known Subclasses:
PrerenderValve, SingleViewFactoryRenderValve

public abstract class RenderValve
extends java.lang.Object
implements Valve

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

Nested Class Summary
static class RenderValve.CreateViewValve
           
static class RenderValve.DoRenderValve
           
 
Field Summary
static ExecuteContext.Attribute ViewFactoryAttribute
           
 
Constructor Summary
RenderValve()
           
 
Method Summary
protected  Pipeline createRenderPipeline()
          Create a sub-pipeline which is executed for each view factory to render.
abstract  void execute(ExecuteContext exec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ViewFactoryAttribute

public static final ExecuteContext.Attribute ViewFactoryAttribute
Constructor Detail

RenderValve

public RenderValve()
Method Detail

createRenderPipeline

protected Pipeline createRenderPipeline()
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.


execute

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


Copyright © 2002-2002 . All Rights Reserved.