Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sitemesh.taglib.decorator
Class BodyTag  view BodyTag download BodyTag.java

java.lang.Object
  extended bycom.sitemesh.taglib.AbstractTag
      extended bycom.sitemesh.taglib.decorator.BodyTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, com.sitemesh.RequestConstants, javax.servlet.jsp.tagext.Tag

public class BodyTag
extends com.sitemesh.taglib.AbstractTag

Write original HTMLPage body to out.

Version:
$Revision: 1.2 $

Field Summary
 
Fields inherited from class com.sitemesh.taglib.AbstractTag
pageContext, parent
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Fields inherited from interface com.sitemesh.RequestConstants
DECORATOR, FILTER_APPLIED, PAGE
 
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: com.sitemesh.taglib.AbstractTag
To be implemented by all empty tags.