Package | Description |
---|---|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
Modifier and Type | Field and Description |
---|---|
protected Tag |
TagHandler.tag
A reference to the |
Modifier and Type | Method and Description |
---|---|
Tag |
TagDecorator.decorate(Tag tag)
If handled, return a new Tag instance, otherwise return null
|
Tag |
DelegatingMetaTagHandler.getTag() |
Tag |
TagConfig.getTag()
Return the |
Modifier and Type | Method and Description |
---|---|
Tag |
TagDecorator.decorate(Tag tag)
If handled, return a new Tag instance, otherwise return null
|
Constructor and Description |
---|
Tag(Tag orig,
TagAttributes attributes) |
TagAttributeException(Tag tag,
TagAttribute attr) |
TagAttributeException(Tag tag,
TagAttribute attr,
String message) |
TagAttributeException(Tag tag,
TagAttribute attr,
String message,
Throwable cause) |
TagAttributeException(Tag tag,
TagAttribute attr,
Throwable cause) |
TagException(Tag tag)
Wrap the argument |
TagException(Tag tag,
String message)
Wrap the argument |
TagException(Tag tag,
String message,
Throwable cause)
Wrap the argument |
TagException(Tag tag,
Throwable cause)
Wrap the argument |
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.