Package com.vaadin.flow.router.internal
Class ErrorStateRenderer
java.lang.Object
com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
com.vaadin.flow.router.internal.ErrorStateRenderer
- All Implemented Interfaces:
NavigationHandler
,Serializable
Handles error navigation rendering in the target UI.
For internal use only. May be renamed or removed in a future release.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionErrorStateRenderer
(NavigationState navigationState) Constructs a new state renderer for the given navigation state. -
Method Summary
Modifier and TypeMethodDescriptionList<Class<? extends RouterLayout>>
getRouterLayoutTypes
(Class<? extends Component> targetType, Router router) Gets the router layout types to show for the given route target type, starting from the parent layout immediately wrapping the route target type.int
handle
(NavigationEvent event) Handles the navigation event.protected void
notifyNavigationTarget
(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) Notify the navigation target about the status of the navigation.Methods inherited from class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
getNavigationState, handleTriggeredBeforeEvent, purgeInactiveUIPreservedChainCache, pushHistoryState, shouldPushHistoryState
-
Constructor Details
-
Method Details
-
getRouterLayoutTypes
public List<Class<? extends RouterLayout>> getRouterLayoutTypes(Class<? extends Component> targetType, Router router) Gets the router layout types to show for the given route target type, starting from the parent layout immediately wrapping the route target type.- Specified by:
getRouterLayoutTypes
in classAbstractNavigationStateRenderer
- Parameters:
targetType
- component type to showrouter
- used router instance- Returns:
- a list of parent
RouterLayout
types, notnull