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
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 |
HeadTag
public HeadTag()
doEndTag() Method
public int doEndTag()
throws JspException
-
Overrides
-
TagSupport.doEndTag()
Exceptions
-
JspException
doStartTag() Method
public int doStartTag()
throws JspException
-
Overrides
-
TagSupport.doStartTag()
Exceptions
-
JspException