org.apache.struts.taglib.html
Class XhtmlTag

java.lang.Object
  extended byTagSupport
      extended byorg.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/>

Author:
David Graham
See Also:
Serialized Form

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-2004 - Apache Software Foundation