org.apache.tiles.request.jsp.autotag
Class JspModelBody

Package class diagram package JspModelBody
java.lang.Object
  extended by org.apache.tiles.autotag.core.runtime.AbstractModelBody
      extended by org.apache.tiles.request.jsp.autotag.JspModelBody
All Implemented Interfaces:
org.apache.tiles.autotag.core.runtime.ModelBody

public class JspModelBody
extends org.apache.tiles.autotag.core.runtime.AbstractModelBody

The body abstraction in a JSP tag.

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

Constructor Summary
JspModelBody(JspFragment jspFragment, JspContext jspContext)
          Constructor.
 
Method Summary
 void evaluate(Writer writer)
           
 
Methods inherited from class org.apache.tiles.autotag.core.runtime.AbstractModelBody
evaluate, evaluateAsString, evaluateWithoutWriting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspModelBody

public JspModelBody(JspFragment jspFragment,
                    JspContext jspContext)
Constructor.

Parameters:
jspFragment - The real body.
jspContext - The page context.
Method Detail

evaluate

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


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