BodyTag Class

com.bea.struts.adapter.taglib.html
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

Field Summary

   
Fields from  javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 

Constructor Summary

BodyTag()

 

Method Summary

public int
doEndTag()
public int
doStartTag()
public void
setAlink(String alink)
public void
setBackground(String background)
public void
setBgcolor(String bgcolor)
public void
setLink(String link)
public void
setText(String text)
public void
setVlink(String vlink)
 
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
   
Methods from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 

Constructor Detail

BodyTag

public BodyTag()
 

Method Detail

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)