Class RootNavigationHandler
java.lang.Object
io.jmix.ui.navigation.navigationhandler.RootNavigationHandler
- All Implemented Interfaces:
NavigationHandler
@Component("ui_RootNavigationHandler")
@Scope("prototype")
@Order(960)
public class RootNavigationHandler
extends Object
implements NavigationHandler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
doHandle
(NavigationState requestedState, AppUI ui) Performs navigation corresponding the givenrequestedState
.protected void
protected boolean
rootChanged
(NavigationState requestedState, AppUI ui)
-
Field Details
-
windowConfig
-
messages
-
-
Constructor Details
-
RootNavigationHandler
public RootNavigationHandler()
-
-
Method Details
-
handle404