Uses of Class
org.silverpeas.core.web.mvc.webcomponent.NavigationContext
-
Packages that use NavigationContext Package Description org.silverpeas.core.web.mvc.webcomponent -
-
Uses of NavigationContext in org.silverpeas.core.web.mvc.webcomponent
Methods in org.silverpeas.core.web.mvc.webcomponent that return NavigationContext Modifier and Type Method Description static <T extends WebComponentRequestContext>
NavigationContext<T>NavigationContext. get(T context)
Sets the navigation context to the specified context associated to the current web controller.NavigationContext<C>
NavigationContext.NavigationStep. getNavigationContext()
Gets the navigation context the navigation step is associated to.NavigationContext
WebComponentRequestContext. getNavigationContext()
Methods in org.silverpeas.core.web.mvc.webcomponent with parameters of type NavigationContext Modifier and Type Method Description void
AbstractNavigationContextListener. navigationContextCleared(NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> navigationContext)
void
NavigationContextListener. navigationContextCleared(NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> navigationContext)
Method called after navigation context is cleared.void
AbstractNavigationContextListener. navigationStepCreated(NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> navigationContext)
void
NavigationContextListener. navigationStepCreated(NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> navigationContext)
Method called after a new navigation step is created.void
AbstractNavigationContextListener. navigationStepReset(NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> navigationContext)
void
NavigationContextListener. navigationStepReset(NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> navigationContext)
Method called after an existing navigation step is reset.void
AbstractNavigationContextListener. noNavigationStepPerformed(NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> navigationContext)
void
NavigationContextListener. noNavigationStepPerformed(NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> navigationContext)
Method called after that no navigation step has been performed (created or reset).
-