HeadTag Class

com.bea.struts.adapter.taglib.html
HeadTag Class

public class HeadTag

    extends TagSupport

Renders an HEAD 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
    HeadTag
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

HeadTag()

 

Method Summary

public int
doEndTag()
public int
doStartTag()
 
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

HeadTag

public HeadTag()
 

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