Uses of Class
com.stratelia.silverpeas.peasCore.servlets.NavigationContext.NavigationStep

Packages that use NavigationContext.NavigationStep
com.stratelia.silverpeas.peasCore.servlets   
 

Uses of NavigationContext.NavigationStep in com.stratelia.silverpeas.peasCore.servlets
 

Methods in com.stratelia.silverpeas.peasCore.servlets that return NavigationContext.NavigationStep
 NavigationContext.NavigationStep NavigationContext.clear()
          Clears the navigation context and reset it to the base one.
 NavigationContext.NavigationStep NavigationContext.getBaseNavigationStep()
          Gets the first step of the navigation.
 NavigationContext.NavigationStep NavigationContext.getCurrentNavigationStep()
          Gets the current step of the navigation.
 NavigationContext.NavigationStep NavigationContext.NavigationStep.getNext()
          Gets the next navigation step.
 NavigationContext.NavigationStep NavigationContext.NavigationStep.getPrevious()
          Gets the previous navigation step.
 NavigationContext.NavigationStep NavigationContext.getPreviousNavigationStep()
          Gets in any cases of navigation the right previous NavigationContext.NavigationStep instance.
 NavigationContext.NavigationStep NavigationContext.navigationStepFrom(String stepIdentifier)
          Method to specify a navigation step creation/reset on a HTTP method of a WebComponentController without using the NavigationStep annotation.
 NavigationContext.NavigationStep NavigationContext.NavigationStep.setUriMustBeUsedByBrowseBar(boolean uriMustBeUsedByBrowseBar)
          Sets if the URI of the navigation step must be used by the browsbar mechanism.
 NavigationContext.NavigationStep NavigationContext.NavigationStep.withContextIdentifier(String contextIdentifier)
          Sets the identifier of a context associated to the navigation step.
 NavigationContext.NavigationStep NavigationContext.NavigationStep.withFullUri(String fullUri)
          Sets the URI associated to the navigation step.
 NavigationContext.NavigationStep NavigationContext.NavigationStep.withLabel(String label)
          Sets a functional label of the navigation step.
 NavigationContext.NavigationStep NavigationContext.NavigationStep.withSuffixUri(String suffixUri)
          Sets the URI associated to the navigation step.
 

Methods in com.stratelia.silverpeas.peasCore.servlets with parameters of type NavigationContext.NavigationStep
 void AbstractNavigationContextListener.navigationStepContextIdentifierSet(NavigationContext.NavigationStep navigationStep, String oldContextIdentifier)
           
 void NavigationContextListener.navigationStepContextIdentifierSet(NavigationContext.NavigationStep navigationStep, String oldContextIdentifier)
          Method called after an identifier of the context of a navigation step is set.
 void AbstractNavigationContextListener.navigationStepLabelSet(NavigationContext.NavigationStep navigationStep, String oldLabel)
           
 void NavigationContextListener.navigationStepLabelSet(NavigationContext.NavigationStep navigationStep, String oldLabel)
          Method called after a label of a navigation step is set.
 void AbstractNavigationContextListener.navigationStepTrashed(NavigationContext.NavigationStep trashedNavigationStep)
           
 void NavigationContextListener.navigationStepTrashed(NavigationContext.NavigationStep trashedNavigationStep)
          Method called for each navigation state trashed after an existing navigation step is reset.
 



Copyright © 2016 Silverpeas. All Rights Reserved.