org.apache.tiles.request.velocity.autotag
Class VelocityModelBody

Package class diagram package VelocityModelBody
java.lang.Object
  extended by AbstractModelBody
      extended by org.apache.tiles.request.velocity.autotag.VelocityModelBody

public class VelocityModelBody
extends AbstractModelBody

Body abstraction for a Velocity directive body.

Version:
$Rev: 1305546 $ $Date: 2012-03-26 16:34:37 -0400 (Mon, 26 Mar 2012) $

Constructor Summary
VelocityModelBody(InternalContextAdapter context, ASTBlock body, Writer defaultWriter)
          Constructor.
 
Method Summary
 void evaluate(Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityModelBody

public VelocityModelBody(InternalContextAdapter context,
                         ASTBlock body,
                         Writer defaultWriter)
Constructor.

Parameters:
context - The Velocity context.
body - The real body.
defaultWriter - The default writer.
Method Detail

evaluate

public void evaluate(Writer writer)
              throws IOException
Throws:
IOException


Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.