public final class TagAttributesImpl extends TagAttributes
org.apache.myfaces.view.facelets.tag.Tag, 
TagAttributeImpl| Constructor and Description | 
|---|
| TagAttributesImpl(TagAttribute[] attrs) | 
| Modifier and Type | Method and Description | 
|---|---|
| TagAttribute | get(String localName)Using no namespace, find the TagAttribute | 
| TagAttribute | get(String ns,
   String localName)Find a TagAttribute that matches the passed namespace and local name. | 
| TagAttribute[] | getAll()Return an array of all TagAttributes in this set | 
| TagAttribute[] | getAll(String namespace)Get all TagAttributes for the passed namespace | 
| String[] | getNamespaces()A list of Namespaces found in this set | 
| String | toString() | 
public TagAttributesImpl(TagAttribute[] attrs)
public TagAttribute[] getAll()
getAll in class TagAttributespublic TagAttribute get(String localName)
get in class TagAttributeslocalName - tag attribute nameget(String, String)public TagAttribute get(String ns, String localName)
get in class TagAttributesns - namespace of the desired attributelocalName - local name of the attributepublic TagAttribute[] getAll(String namespace)
getAll in class TagAttributesnamespace - namespace to searchpublic String[] getNamespaces()
getNamespaces in class TagAttributesCopyright © 2016 The Apache Software Foundation. All Rights Reserved.