org.apache.struts.taglib.html

Class XhtmlTag

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/>

Constructor Summary
XhtmlTag()
Constructor for XhtmlTag.
Method Summary
intdoEndTag()

Constructor Detail

XhtmlTag

public XhtmlTag()
Constructor for XhtmlTag.

Method Detail

doEndTag

public int doEndTag()

See Also: javax.servlet.jsp.tagext.Tag#doEndTag()

Copyright B) 2000-2007 - The Apache Software Foundation