public final class HtmlDecorator extends Object implements javax.faces.view.facelets.TagDecorator
Modifier and Type | Field and Description |
---|---|
static HtmlDecorator |
Instance |
static String |
XhtmlNamespace |
Constructor and Description |
---|
HtmlDecorator() |
Modifier and Type | Method and Description |
---|---|
javax.faces.view.facelets.Tag |
decorate(javax.faces.view.facelets.Tag tag)
If handled, return a new Tag instance, otherwise return null
|
public static final String XhtmlNamespace
public static final HtmlDecorator Instance
public javax.faces.view.facelets.Tag decorate(javax.faces.view.facelets.Tag tag)
javax.faces.view.facelets.TagDecorator
decorate
in interface javax.faces.view.facelets.TagDecorator
tag
- tag to be decoratedCopyright © 2010–2019 JBoss by Red Hat. All rights reserved.