org.apache.struts.taglib.html
Class XhtmlTag

java.lang.Object
  extended by TagSupport
      extended by org.apache.struts.taglib.html.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
 int doEndTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XhtmlTag

public XhtmlTag()
Constructor for XhtmlTag.

Method Detail

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException
See Also:
javax.servlet.jsp.tagext.Tag#doEndTag()


Copyright ? 2000-2006 - The Apache Software Foundation