|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
TYPE_CONTEXT
A node of type context. |
static int |
TYPE_PAGE
A node of type page. |
static int |
TYPE_PORTAL
A node of type portal. |
static int |
TYPE_WINDOW
A node of type window. |
Method Summary | |
PortalNode |
getChild(java.lang.String name)
Return a child of this object. |
java.util.Collection |
getChildren()
Return the children of this object. |
java.lang.String |
getName()
Return the node name relative to its parent. |
PortalNode |
getParent()
Return the parent node of this node. |
PortalNode |
getRoot()
Return the root node of this node. |
int |
getType()
Return the node type. |
PortalNode |
resolve(java.lang.String relativePath)
Get a portal node relative to this object. |
Field Detail |
public static final int TYPE_CONTEXT
public static final int TYPE_PORTAL
public static final int TYPE_PAGE
public static final int TYPE_WINDOW
Method Detail |
public int getType()
public PortalNode getRoot()
public PortalNode getParent()
public java.lang.String getName()
public PortalNode getChild(java.lang.String name)
public java.util.Collection getChildren()
public PortalNode resolve(java.lang.String relativePath)
relativePath
- the relative path
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |