|
||||||||||
| 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,
String namespace,
String localName,
String qName,
TagAttributes attributes)
|
|
Tag(Tag orig,
TagAttributes attributes)
|
|
| Method Summary | |
|---|---|
TagAttributes |
getAttributes()
All TagAttributes specified |
String |
getLocalName()
Local name of the tag <my:tag /> would be "tag" |
Location |
getLocation()
Location of the Tag in the Facelet file |
String |
getNamespace()
The resolved Namespace for this tag |
String |
getQName()
Get the qualified name for this tag <my:tag /> would be "my:tag" |
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,
String namespace,
String localName,
String qName,
TagAttributes attributes)
public Tag(Tag orig,
TagAttributes attributes)
| Method Detail |
|---|
public TagAttributes getAttributes()
public String getLocalName()
public Location getLocation()
public String getNamespace()
public String getQName()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||