public final class TagAttributesImpl
extends jakarta.faces.view.facelets.TagAttributes
TagAttribute| Constructor and Description |
|---|
TagAttributesImpl(jakarta.faces.view.facelets.TagAttribute[] attrs) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.view.facelets.TagAttribute |
get(String localName)
Using no namespace, find the TagAttribute
|
jakarta.faces.view.facelets.TagAttribute |
get(String ns,
String localName)
Find a TagAttribute that matches the passed namespace and local name.
|
jakarta.faces.view.facelets.TagAttribute[] |
getAll()
Return an array of all TagAttributesImpl in this set
|
jakarta.faces.view.facelets.TagAttribute[] |
getAll(String namespace)
Get all TagAttributesImpl for the passed namespace
|
String[] |
getNamespaces()
A list of Namespaces found in this set
|
jakarta.faces.view.facelets.Tag |
getTag()
A reference to the Tag for which this class represents the attributes. |
void |
setTag(jakarta.faces.view.facelets.Tag tag)
Set a reference to the Tag for which this class represents the attributes. |
String |
toString() |
public TagAttributesImpl(jakarta.faces.view.facelets.TagAttribute[] attrs)
public jakarta.faces.view.facelets.TagAttribute[] getAll()
getAll in class jakarta.faces.view.facelets.TagAttributespublic jakarta.faces.view.facelets.TagAttribute get(String localName)
get in class jakarta.faces.view.facelets.TagAttributeslocalName - tag attribute nameget(String, String)public jakarta.faces.view.facelets.TagAttribute get(String ns, String localName)
get in class jakarta.faces.view.facelets.TagAttributesns - namespace of the desired attributelocalName - local name of the attributepublic jakarta.faces.view.facelets.TagAttribute[] getAll(String namespace)
getAll in class jakarta.faces.view.facelets.TagAttributesnamespace - namespace to searchpublic String[] getNamespaces()
getNamespaces in class jakarta.faces.view.facelets.TagAttributespublic jakarta.faces.view.facelets.Tag getTag()
jakarta.faces.view.facelets.TagAttributes
A reference to the Tag for which this class represents the attributes. For compatibility with previous
implementations, an implementation is provided that returns null.
getTag in class jakarta.faces.view.facelets.TagAttributesTag for which this class represents the attributes.public void setTag(jakarta.faces.view.facelets.Tag tag)
jakarta.faces.view.facelets.TagAttributes
Set a reference to the Tag for which this class represents the attributes. The VDL runtime must ensure that this
method is called before any FaceletHandlers for this element are instantiated. For compatibility with
previous implementations, a no-op implementation is provided.
setTag in class jakarta.faces.view.facelets.TagAttributestag - the parent tag.Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.