net.sf.jportlet.web.taglib
Class BodyTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--net.sf.jportlet.web.taglib.ClientAwareTag
              |
              +--net.sf.jportlet.web.taglib.BodyTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class BodyTag
extends ClientAwareTag

This Tag renders the body of the page

Author:
Herve Tchepannou
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jportlet.web.taglib.ClientAwareTag
_markup
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
BodyTag()
           
 
Method Summary
protected  int doEndHtml(javax.servlet.http.HttpServletRequest request)
           
protected  int doStartHtml(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class net.sf.jportlet.web.taglib.ClientAwareTag
doEndTag, doStartTag, getCss, outputCss, release, setCss
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
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

doEndHtml

protected int doEndHtml(javax.servlet.http.HttpServletRequest request)
                 throws java.io.IOException
Overrides:
doEndHtml in class ClientAwareTag
java.io.IOException
See Also:
net.sf.jportlet.web.taglib.BaseTag#doEndHtml(javax.servlet.http.HttpServletRequest)

doStartHtml

protected int doStartHtml(javax.servlet.http.HttpServletRequest request)
                   throws java.io.IOException
Overrides:
doStartHtml in class ClientAwareTag
java.io.IOException
See Also:
net.sf.jportlet.web.taglib.BaseTag#doStartHtml(javax.servlet.http.HttpServletRequest)


Copyright © 2002 Herve Tchepannou. All Rights Reserved.