public final class TagAttributesImpl
extends javax.faces.view.facelets.TagAttributes
TagAttribute
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagAttribute[] |
attrs |
private static javax.faces.view.facelets.TagAttribute[] |
EMPTY |
private java.lang.String[] |
ns |
private java.util.List |
nsattrs |
private javax.faces.view.facelets.Tag |
tag |
Constructor and Description |
---|
TagAttributesImpl(javax.faces.view.facelets.TagAttribute[] attrs) |
Modifier and Type | Method and Description |
---|---|
javax.faces.view.facelets.TagAttribute |
get(java.lang.String localName)
Using no namespace, find the TagAttribute
|
javax.faces.view.facelets.TagAttribute |
get(java.lang.String ns,
java.lang.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(java.lang.String namespace)
Get all TagAttributesImpl for the passed namespace
|
java.lang.String[] |
getNamespaces()
A list of Namespaces found in this set
|
javax.faces.view.facelets.Tag |
getTag() |
void |
setTag(javax.faces.view.facelets.Tag tag) |
java.lang.String |
toString() |
private static final javax.faces.view.facelets.TagAttribute[] EMPTY
private final javax.faces.view.facelets.TagAttribute[] attrs
private final java.lang.String[] ns
private final java.util.List nsattrs
private javax.faces.view.facelets.Tag tag
public TagAttributesImpl(javax.faces.view.facelets.TagAttribute[] attrs)
public javax.faces.view.facelets.TagAttribute[] getAll()
getAll
in class javax.faces.view.facelets.TagAttributes
public javax.faces.view.facelets.TagAttribute get(java.lang.String localName)
get
in class javax.faces.view.facelets.TagAttributes
localName
- tag attribute nameget(String, String)
public javax.faces.view.facelets.TagAttribute get(java.lang.String ns, java.lang.String localName)
get
in class javax.faces.view.facelets.TagAttributes
ns
- namespace of the desired attributelocalName
- local name of the attributepublic javax.faces.view.facelets.TagAttribute[] getAll(java.lang.String namespace)
getAll
in class javax.faces.view.facelets.TagAttributes
namespace
- namespace to searchpublic java.lang.String[] getNamespaces()
getNamespaces
in class javax.faces.view.facelets.TagAttributes
public javax.faces.view.facelets.Tag getTag()
getTag
in class javax.faces.view.facelets.TagAttributes
public void setTag(javax.faces.view.facelets.Tag tag)
setTag
in class javax.faces.view.facelets.TagAttributes
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.