@Component @Scope(value="prototype") @Order(value=990) public class NoopNavigationHandler extends java.lang.Object implements NavigationHandler
HIGHEST_PLATFORM_PRECEDENCE, LOWEST_PLATFORM_PRECEDENCE| Constructor and Description |
|---|
NoopNavigationHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doHandle(NavigationState requestedState,
AppUI ui)
Performs navigation corresponding the given
requestedState. |
public boolean doHandle(NavigationState requestedState, AppUI ui)
NavigationHandlerrequestedState.doHandle in interface NavigationHandlerrequestedState - requested state represented by NavigationState instanceui - current UIrequestedState is fully handled by the handler or false if requestedState should
be passed through handlers chain