com.sitemesh.taglib.decorator
Class BodyTag

java.lang.Object
  |
  +--com.sitemesh.taglib.AbstractTag
        |
        +--com.sitemesh.taglib.decorator.BodyTag

public class BodyTag
extends AbstractTag

Write original HTMLPage body to out.

Version:
$Revision: 1.2 $
Author:
Joe Walnes
See Also:
HTMLPage.writeBody(java.io.OutputStream)

Fields inherited from class com.sitemesh.taglib.AbstractTag
pageContext, parent
 
Constructor Summary
BodyTag()
           
 
Method Summary
 int doEndTag()
          To be implemented by all empty tags.
 
Methods inherited from class com.sitemesh.taglib.AbstractTag
doStartTag, getPage, getParent, release, setPageContext, setParent, trace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyTag

public BodyTag()
Method Detail

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Description copied from class: AbstractTag
To be implemented by all empty tags.
Overrides:
doEndTag in class AbstractTag