BodyTag Class
- public class BodyTag
extends TagSupport
Renders an BODY tag within the Struts framework, accounting for
whether or not the registered URLRewriter is in stand-alone mode or not.
If not in stand-alone mode, no element is rendered.
-
Hierarchy
-
Object
TagSupport
BodyTag
-
All Implemented Interfaces
-
IterationTag, Serializable, Tag
Methods from javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BodyTag
public BodyTag()
doEndTag() Method
public int doEndTag()
throws JspException
-
Overrides
-
TagSupport.doEndTag()
Exceptions
-
JspException
doStartTag() Method
public int doStartTag()
throws JspException
-
Overrides
-
TagSupport.doStartTag()
Exceptions
-
JspException
setAlink(String) Method
public void setAlink(String alink)
setBackground(String) Method
public void setBackground(String background)
setBgcolor(String) Method
public void setBgcolor(String bgcolor)
setLink(String) Method
public void setLink(String link)
setText(String) Method
public void setText(String text)
setVlink(String) Method
public void setVlink(String vlink)