org.apache.struts.taglib.html
Class XhtmlTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.html.XhtmlTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class XhtmlTag
- extends TagSupport
This tag tells all other html taglib tags to render themselves in xhtml. It
has no attributes; it's presence in a page turns on xhtml.
Example:
<html:xhtml/>
- See Also:
- Serialized Form
Constructor Summary |
XhtmlTag()
Constructor for XhtmlTag. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XhtmlTag
public XhtmlTag()
- Constructor for XhtmlTag.
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag
in interface Tag
- Overrides:
doEndTag
in class TagSupport
- Throws:
JspException
- See Also:
Tag.doEndTag()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.