Class HtmlDecorator
- java.lang.Object
-
- com.sun.faces.facelets.tag.faces.html.HtmlDecorator
-
- All Implemented Interfaces:
TagDecorator
public final class HtmlDecorator extends Object implements TagDecorator
- Author:
- Jacob Hookom
-
-
Field Summary
Fields Modifier and Type Field Description static HtmlDecoratorInstancestatic StringXhtmlNamespace
-
Constructor Summary
Constructors Constructor Description HtmlDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tagdecorate(Tag tag)If handled, return a new Tag instance, otherwise return null
-
-
-
Field Detail
-
XhtmlNamespace
public static final String XhtmlNamespace
- See Also:
- Constant Field Values
-
Instance
public static final HtmlDecorator Instance
-
-
Method Detail
-
decorate
public Tag decorate(Tag tag)
Description copied from interface:TagDecoratorIf handled, return a new Tag instance, otherwise return null- Specified by:
decoratein interfaceTagDecorator- Parameters:
tag- tag to be decorated- Returns:
- a decorated tag, otherwise null
-
-