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

int
doEndTag()

Constructor Details

XhtmlTag

public XhtmlTag()
Constructor for XhtmlTag.

Method Details

doEndTag

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

Copyright B) 2000-2007 - The Apache Software Foundation