|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.designer.domino.xsp.api.util.XPagesKey
public class XPagesKey
An object that can be used to encapsulate data about an XPage control. The key if created properly will at all times be unique amongst XPage controls as the namespace URI and tag name should make a unique combination.
Constructor Summary | |
---|---|
XPagesKey(org.w3c.dom.Node node)
Creates a new instance of this class based on the given node |
|
XPagesKey(java.lang.String namespaceURI,
java.lang.String tagName)
Creates a new instance of this class based on the given tag name and namespace. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getNamespaceUri()
Returns the namespace uri. |
XPagesKey |
getParent(FacesRegistry registry)
Convienance method to cache and return the XPagesKey of this XSP item's parent. |
java.lang.String |
getTagName()
Returns the tag name |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XPagesKey(org.w3c.dom.Node node)
node
- a node from which to extract a namespace uri and tag namepublic XPagesKey(java.lang.String namespaceURI, java.lang.String tagName)
namespaceURI
- the namespace URI for the given tagtagName
- the XML tag local nameMethod Detail |
---|
public java.lang.String getNamespaceUri()
public java.lang.String getTagName()
public XPagesKey getParent(FacesRegistry registry)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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 |