Class HtmlDecorator
java.lang.Object
com.sun.faces.facelets.tag.faces.html.HtmlDecorator
- All Implemented Interfaces:
TagDecorator
- Author:
- Jacob Hookom
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
XhtmlNamespace
- See Also:
-
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
-