|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.facelets.tag.TagAttributes
public final class TagAttributes
A set of TagAttributes, usually representing all attributes on a Tag.
Tag,
TagAttribute| Constructor Summary | |
|---|---|
TagAttributes(TagAttribute[] attrs)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TagAttributes(TagAttribute[] attrs)
| Method Detail |
|---|
public TagAttribute[] getAll()
public TagAttribute get(String localName)
localName - tag attribute name
get(String, String)
public TagAttribute get(String ns,
String localName)
ns - namespace of the desired attributelocalName - local name of the attribute
public TagAttribute[] getAll(String namespace)
namespace - namespace to search
public String[] getNamespaces()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||