|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.view.facelets.Tag
public final class Tag
Representation of a Tag in the Facelet definition
Constructor Summary | |
---|---|
Tag(Location location,
java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
TagAttributes attributes)
|
|
Tag(Tag orig,
TagAttributes attributes)
|
Method Summary | |
---|---|
TagAttributes |
getAttributes()
All TagAttributes specified |
java.lang.String |
getLocalName()
Local name of the tag <my:tag /> would be "tag" |
Location |
getLocation()
Location of the Tag in the Facelet file |
java.lang.String |
getNamespace()
The resolved Namespace for this tag |
java.lang.String |
getQName()
Get the qualified name for this tag <my:tag /> would be "my:tag" |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Tag(Location location, java.lang.String namespace, java.lang.String localName, java.lang.String qName, TagAttributes attributes)
public Tag(Tag orig, TagAttributes attributes)
Method Detail |
---|
public TagAttributes getAttributes()
public java.lang.String getLocalName()
public Location getLocation()
public java.lang.String getNamespace()
public java.lang.String getQName()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |