Class JavaScriptNavigationStateRenderer
java.lang.Object
com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
com.vaadin.flow.router.internal.NavigationStateRenderer
com.vaadin.flow.component.internal.JavaScriptNavigationStateRenderer
- All Implemented Interfaces:
 NavigationHandler,Serializable
Handle navigation events in relation to the client side bootstrap UI.
 
For internal use only. May be renamed or removed in a future release.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionJavaScriptNavigationStateRenderer(NavigationState navigationState) Constructs a new NavigationStateRenderer that handles the given navigation state. - 
Method Summary
Modifier and TypeMethodDescriptionGets the client forward route.inthandle(NavigationEvent event) Handles the navigation event.handleTriggeredBeforeEvent(NavigationEvent event, BeforeEvent beforeEvent) Handle aBeforeEventafter if has been triggered to an observer.protected voidpushHistoryState(NavigationEvent event) protected booleanMethods inherited from class com.vaadin.flow.router.internal.NavigationStateRenderer
getRouterLayoutTypes, notifyNavigationTargetMethods inherited from class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
getNavigationState, getTargetParentLayouts, purgeInactiveUIPreservedChainCache 
- 
Constructor Details
 - 
Method Details
- 
getClientForwardRoute
Gets the client forward route.- Returns:
 - the client forward route.
 
 
 -