| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FriendlyURL
Generates 'friendly' URLs if possible and otherwise default EngineURL that only contain the given selection node.
The only piece of state information that can be modified on a friendly URL is the target selection.
Method Summary | |
---|---|
ObjectID | getObjectID()
Returns the object ID of the selection represented by this URL. |
ObjectID | getSelection()
Returns the ObjectID of the navigation node which is currently selected. |
void | setProtected(java.lang.Boolean bFlag)
Defines if the URL points to the private area or to the public area . |
void | setSecure(java.lang.Boolean bFlag)
Defines the security setting for this URL. |
void | setSelection(ObjectID nodeID)
Sets the currently selected node into the state holder. |
void | setSelection(java.lang.String uniqueNameID)
Sets the currently selected node into the state holder. |
Methods inherited from interface com.ibm.portal.state.DisposableURL |
---|
toString, java.io.Writer)">writeCopy, writeDispose |
Methods inherited from interface com.ibm.portal.URL |
---|
java.io.Writer)">write |
Methods inherited from interface com.ibm.portal.Disposable |
---|
dispose |
Method Detail |
---|
ObjectID getObjectID()
null
ObjectID getSelection() throws InvalidSelectionNodeIdException
null
if no selection
information is available.
null
.
void setProtected(java.lang.Boolean bFlag)
Boolean.TRUE
, if the URL should point to the private area, Boolean.FALSE
if
the URL should point to the public area or null
if the URL should stay
in the context of the current requestvoid setSecure(java.lang.Boolean bFlag)
void setSelection(ObjectID nodeID) throws CannotInsertSelectionNodeException
null
removes the selection information from the
state holder.
null
.
void setSelection(java.lang.String uniqueNameID) throws CannotInsertSelectionNodeException, MissingUniqueNameException, UnknownUniqueNameException
null
.
null
or empty.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |