|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An IPortalComponentURI represents an URI that can either change the root context, change the node mode, fire an event to a specific node
| Method Summary | |
java.lang.String |
getContextName()
Returns the new context name |
NodeMode |
getNodeMode()
Gets the node mode |
IPortalRequestEvent |
getPortalRequestEvent()
Gets the PortalRequestEvent |
INode |
getTargetNode()
Gets the target node or null if none has been set |
void |
setContextName(java.lang.String newContext)
Sets the new context name |
void |
setNodeMode(NodeMode nodeMode)
Sets a node mode |
void |
setPortalRequestEvent(IPortalRequestEvent portalRequestEvent)
Sets the portalRequestEvent, if a target node has been set the toString () will produce an url that fire an event on the targetNode, if a new contextName has been set the event will be fired on the top most Portal Component. |
void |
setTargetNode(INode targetNode)
Sets the target node |
| Method Detail |
public void setPortalRequestEvent(IPortalRequestEvent portalRequestEvent)
portalRequestEvent, - an IPortalRequestEventpublic IPortalRequestEvent getPortalRequestEvent()
public void setContextName(java.lang.String newContext)
newContext, - the new context that will change the prtrootpublic java.lang.String getContextName()
public void setTargetNode(INode targetNode)
targetNode, - the new targetNodepublic INode getTargetNode()
public void setNodeMode(NodeMode nodeMode)
public NodeMode getNodeMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||