|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavigationContext | |
|---|---|
| com.stratelia.silverpeas.peasCore.servlets | |
| Uses of NavigationContext in com.stratelia.silverpeas.peasCore.servlets |
|---|
| Methods in com.stratelia.silverpeas.peasCore.servlets that return NavigationContext | ||
|---|---|---|
static
|
NavigationContext.get(WEB_COMPONENT_REQUEST_CONTEXT context)
Sets the navigation context to the specified context associated to the current web controller. |
|
NavigationContext<WEB_COMPONENT_REQUEST_CONTEXT> |
NavigationContext.NavigationStep.getNavigationContext()
Gets the navigation context the navigation step is associated to. |
|
NavigationContext |
WebComponentRequestContext.getNavigationContext()
|
|
| Methods in com.stratelia.silverpeas.peasCore.servlets with parameters of type NavigationContext | |
|---|---|
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||