org.apache.tiles.request.jsp.autotag
Class JspModelBody
java.lang.Object
org.apache.tiles.autotag.core.runtime.AbstractModelBody
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) $
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 |
JspModelBody
public JspModelBody(JspFragment jspFragment,
JspContext jspContext)
- Constructor.
- Parameters:
jspFragment
- The real body.jspContext
- The page context.
evaluate
public void evaluate(Writer writer)
throws IOException
- Throws:
IOException
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.