|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.view.facelets.Tag
public final class Tag
The runtime must create an instance of
this class for each element in the Facelets XHTML view. A TagConfig
subinterface instance is responsible for providing an
instance of Tag
to the TagHandler
instance that
is passed the TagConfig
in its constructor.
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()
Return an object encapsulating the
|
java.lang.String |
getLocalName()
Return the XML local name of the tag. |
Location |
getLocation()
Return the |
java.lang.String |
getNamespace()
Return the resolved XML Namespace for this tag in the Facelets view. |
java.lang.String |
getQName()
Return the XML qualified name for this 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()
Return an object encapsulating the
TagAttributes
specified on this element in the view.
public java.lang.String getLocalName()
Return the XML local name of the tag. For example, <my:tag /> would be "tag".
public Location getLocation()
Return the Location
of this
Tag
instance in the Facelet view.
public java.lang.String getNamespace()
Return the resolved XML Namespace for this tag in the Facelets view.
public java.lang.String getQName()
Return the XML qualified name for this tag. For example, <my:tag /> would be "my:tag".
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 |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41