| Package | Description | 
|---|---|
| javax.faces.view.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) | 
| Constructor and Description | 
|---|
| TagAttributeException(TagAttribute attr) | 
| TagAttributeException(TagAttribute attr,
                     String message) | 
| TagAttributeException(TagAttribute attr,
                     String message,
                     Throwable cause) | 
| TagAttributeException(TagAttribute attr,
                     Throwable cause) | 
| 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) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.