public final class AFTagAttributes
extends javax.faces.view.facelets.TagAttributes
| Constructor and Description |
|---|
AFTagAttributes(javax.faces.view.facelets.TagAttribute[] attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(javax.faces.view.Location location,
String ns,
String myLocalName,
String qName,
String value) |
javax.faces.view.facelets.TagAttribute |
get(String localName)
Using no namespace, find the TagAttribute
|
javax.faces.view.facelets.TagAttribute |
get(String ns,
String localName)
Find a TagAttribute that matches the passed namespace and local name.
|
javax.faces.view.facelets.TagAttribute[] |
getAll()
Return an array of all TagAttributesImpl in this set
|
javax.faces.view.facelets.TagAttribute[] |
getAll(String namespace)
This method is used exclusively to get the pass through attributes!
|
String[] |
getNamespaces() |
javax.faces.view.facelets.Tag |
getTag() |
void |
setTag(javax.faces.view.facelets.Tag tag) |
String |
toString() |
public AFTagAttributes(javax.faces.view.facelets.TagAttribute[] attrs)
public void addAttribute(javax.faces.view.Location location,
String ns,
String myLocalName,
String qName,
String value)
public javax.faces.view.facelets.TagAttribute[] getAll()
getAll in class javax.faces.view.facelets.TagAttributespublic javax.faces.view.facelets.TagAttribute get(String localName)
get in class javax.faces.view.facelets.TagAttributeslocalName - tag attribute nameget(String, String)public javax.faces.view.facelets.TagAttribute get(String ns, String localName)
get in class javax.faces.view.facelets.TagAttributesns - namespace of the desired attributelocalName - local name of the attributepublic javax.faces.view.facelets.TagAttribute[] getAll(String namespace)
getAll in class javax.faces.view.facelets.TagAttributesnamespace - namespace to searchpublic String[] getNamespaces()
getNamespaces in class javax.faces.view.facelets.TagAttributespublic javax.faces.view.facelets.Tag getTag()
getTag in class javax.faces.view.facelets.TagAttributespublic void setTag(javax.faces.view.facelets.Tag tag)
setTag in class javax.faces.view.facelets.TagAttributesCopyright © 2015. All rights reserved.