|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortalNode
Represents a portal node, a first class entity for the portal.
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 | |
---|---|
PortalNodeURL |
createURL(PortalRuntimeContext portalRuntimeContext)
Create a portal node url for this object. |
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 |
getDisplayName(java.util.Locale locale)
Returns the best display name for specified locale. |
java.lang.String |
getName()
Return the node name which identifies the node in the context to its parent. |
PortalNode |
getParent()
Return the parent node of this node. |
java.util.Map |
getProperties()
Returns the node properties. |
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 |
---|
static final int TYPE_CONTEXT
static final int TYPE_PORTAL
static final int TYPE_PAGE
static final int TYPE_WINDOW
Method Detail |
---|
int getType()
PortalNode getRoot()
PortalNode getParent()
java.lang.String getName()
java.lang.String getDisplayName(java.util.Locale locale)
PortalNode getChild(java.lang.String name)
name
- the child name
java.util.Collection getChildren()
PortalNode resolve(java.lang.String relativePath)
relativePath
- the relative path
java.util.Map getProperties()
PortalNodeURL createURL(PortalRuntimeContext portalRuntimeContext)
portalRuntimeContext
- the portal runtime context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |