Class HtmlDecorator
java.lang.Object
com.sun.faces.facelets.tag.jsf.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 HtmlDecorator
Instance
static String
XhtmlNamespace
-
Constructor Summary
Constructors Constructor Description HtmlDecorator()
-
Method Summary
-
Field Details
-
XhtmlNamespace
- See Also:
- Constant Field Values
-
Instance
-
-
Constructor Details
-
HtmlDecorator
public HtmlDecorator()
-
-
Method Details
-
decorate
Description copied from interface:TagDecorator
If handled, return a new Tag instance, otherwise return null- Specified by:
decorate
in interfaceTagDecorator
- Parameters:
tag
- tag to be decorated- Returns:
- a decorated tag, otherwise null
-