com.sun.facelets.tag.jsf.html
Class HtmlDecorator
java.lang.Object
com.sun.facelets.tag.jsf.html.HtmlDecorator
- All Implemented Interfaces:
- TagDecorator
public final class HtmlDecorator
- extends Object
- implements TagDecorator
- Version:
- $Id: HtmlDecorator.java,v 1.3 2005/08/24 04:38:45 jhook Exp $
- Author:
- Jacob Hookom
Method Summary |
Tag |
decorate(Tag tag)
If handled, return a new Tag instance, otherwise return null |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XhtmlNamespace
public static final String XhtmlNamespace
- See Also:
- Constant Field Values
Instance
public static final HtmlDecorator Instance
HtmlDecorator
public HtmlDecorator()
decorate
public Tag decorate(Tag tag)
- Description copied from interface:
TagDecorator
- If handled, return a new Tag instance, otherwise return null
- Specified by:
decorate
in interface TagDecorator
- Parameters:
tag
- tag to be decorated
- Returns:
- a decorated tag, otherwise null
Copyright © 2005 All Rights Reserved.