com.tirsen.angkor.process
Class SingleViewFactoryRenderValve

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

public class SingleViewFactoryRenderValve
extends RenderValve


Nested Class Summary
 
Nested classes inherited from class com.tirsen.angkor.process.RenderValve
RenderValve.CreateViewValve, RenderValve.DoRenderValve
 
Field Summary
 
Fields inherited from class com.tirsen.angkor.process.RenderValve
ViewFactoryAttribute
 
Constructor Summary
SingleViewFactoryRenderValve(ViewFactory factory)
           
 
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
 

Constructor Detail

SingleViewFactoryRenderValve

public SingleViewFactoryRenderValve(ViewFactory factory)
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.