Package | Description |
---|---|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
Modifier and Type | Field and Description |
---|---|
private TagAttribute |
DelegatingMetaTagHandler.binding |
private TagAttribute |
DelegatingMetaTagHandler.disabled |
private TagAttribute |
BehaviorHandler.event |
Modifier and Type | Method and Description |
---|---|
abstract TagAttribute |
TagAttributes.get(java.lang.String localName)
Using no namespace, find the TagAttribute
|
abstract TagAttribute |
TagAttributes.get(java.lang.String ns,
java.lang.String localName)
Find a TagAttribute that matches the passed namespace and local name.
|
abstract TagAttribute[] |
TagAttributes.getAll()
Return an array of all TagAttributes in this set
|
abstract TagAttribute[] |
TagAttributes.getAll(java.lang.String namespace)
Get all TagAttributes for the passed namespace
|
protected TagAttribute |
TagHandler.getAttribute(java.lang.String localName)
Utility method for fetching the appropriate TagAttribute
|
TagAttribute |
DelegatingMetaTagHandler.getBinding() |
TagAttribute |
BehaviorHandler.getEvent() |
protected TagAttribute |
TagHandler.getRequiredAttribute(java.lang.String localName)
Utility method for fetching a required TagAttribute
|
TagAttribute |
DelegatingMetaTagHandler.getTagAttribute(java.lang.String localName) |
Modifier and Type | Method and Description |
---|---|
abstract Metadata |
MetaRule.applyRule(java.lang.String name,
TagAttribute attribute,
MetadataTarget meta)
Return an abstraction that takes
appropriate action given the kind of rule represented by the
argument |
private static java.lang.String |
TagAttributeException.print(Tag tag,
TagAttribute attr) |
Constructor and Description |
---|
TagAttributeException(TagAttribute attr) |
TagAttributeException(TagAttribute attr,
java.lang.String message) |
TagAttributeException(TagAttribute attr,
java.lang.String message,
java.lang.Throwable cause) |
TagAttributeException(TagAttribute attr,
java.lang.Throwable cause) |
TagAttributeException(Tag tag,
TagAttribute attr) |
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.String message) |
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.String message,
java.lang.Throwable cause) |
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.Throwable cause) |