Package | Description |
---|---|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
Modifier and Type | Method and Description |
---|---|
abstract TagAttribute |
TagAttributes.get(String localName)
Using no namespace, find the TagAttribute
|
abstract TagAttribute |
TagAttributes.get(String ns,
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(String namespace)
Get all TagAttributes for the passed namespace
|
protected TagAttribute |
TagHandler.getAttribute(String localName)
Utility method for fetching the appropriate TagAttribute
|
TagAttribute |
DelegatingMetaTagHandler.getBinding() |
TagAttribute |
BehaviorHandler.getEvent() |
protected TagAttribute |
TagHandler.getRequiredAttribute(String localName)
Utility method for fetching a required TagAttribute
|
TagAttribute |
DelegatingMetaTagHandler.getTagAttribute(String localName) |
Modifier and Type | Method and Description |
---|---|
abstract Metadata |
MetaRule.applyRule(String name,
TagAttribute attribute,
MetadataTarget meta)
Return an abstraction that takes appropriate
action given the kind of rule represented by the argument
|
Constructor and Description |
---|
TagAttributeException(TagAttribute attr)
Constructor.
|
TagAttributeException(TagAttribute attr,
String message)
Constructor.
|
TagAttributeException(TagAttribute attr,
String message,
Throwable cause)
Constructor.
|
TagAttributeException(TagAttribute attr,
Throwable cause)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
String message)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
String message,
Throwable cause)
Constructor.
|
TagAttributeException(Tag tag,
TagAttribute attr,
Throwable cause)
Constructor.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.