|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.peasCore.servlets.NavigationContext.NavigationStep
public class NavigationContext.NavigationStep
Class that represents the data of a navigation step. This class is used for automatically set informatons to a browse bar element.
Method Summary | |
---|---|
String |
getContextIdentifier()
Gets the identifier of a context associated to the navigation step. |
String |
getIdentifier()
Gets the identifier of the navigation step. |
String |
getLabel()
Gets a functional label of the navigation step. |
NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> |
getNavigationContext()
Gets the navigation context the navigation step is associated to. |
NavigationContext.NavigationStep |
getNext()
Gets the next navigation step. |
NavigationContext.NavigationStep |
getPrevious()
Gets the previous navigation step. |
URI |
getUri()
Gets the URI associated to the navigation step. |
boolean |
isUriMustBeUsedByBrowseBar()
Indicates if the URI of the navigation step must be used by the browsbar mechanism. |
NavigationContext.NavigationStep |
setUriMustBeUsedByBrowseBar(boolean uriMustBeUsedByBrowseBar)
Sets if the URI of the navigation step must be used by the browsbar mechanism. |
NavigationContext.NavigationStep |
withContextIdentifier(String contextIdentifier)
Sets the identifier of a context associated to the navigation step. |
NavigationContext.NavigationStep |
withFullUri(String fullUri)
Sets the URI associated to the navigation step. |
NavigationContext.NavigationStep |
withLabel(String label)
Sets a functional label of the navigation step. |
NavigationContext.NavigationStep |
withSuffixUri(String suffixUri)
Sets the URI associated to the navigation step. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> getNavigationContext()
public String getIdentifier()
public String getContextIdentifier()
public NavigationContext.NavigationStep withContextIdentifier(String contextIdentifier)
contextIdentifier
- a context identifier.
public String getLabel()
BrowseBarTag
tag.
public NavigationContext.NavigationStep withLabel(String label)
BrowseBarTag
tag.
label
- a label.
public URI getUri()
public NavigationContext.NavigationStep withFullUri(String fullUri)
fullUri
- the URI to set.
public NavigationContext.NavigationStep withSuffixUri(String suffixUri)
suffixUri
- the suffic URI that will be added to the prefix composed with
WebComponentRequestContext.getComponentUriBase()
information.
public NavigationContext.NavigationStep getPrevious()
public NavigationContext.NavigationStep getNext()
public boolean isUriMustBeUsedByBrowseBar()
public NavigationContext.NavigationStep setUriMustBeUsedByBrowseBar(boolean uriMustBeUsedByBrowseBar)
uriMustBeUsedByBrowseBar
- true if must be used, false otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |