com.vaadin.flow.router.internal.
Package com.vaadin.flow.router.internal
-
Interface Summary Interface Description AbstractRouteRegistry.Configuration Configuration interface to use for updating the configuration entity.
AfterNavigationHandler The base interface for every
AfterNavigationEvent
handler.BeforeEnterHandler The base interface for every
BeforeEnterEvent
handler.BeforeLeaveHandler The base interface for every
BeforeLeaveEvent
handler. -
Class Summary Class Description AbstractNavigationStateRenderer Base class for navigation handlers that target a navigation state.
AbstractRouteRegistry AbstractRouteRegistry with locking support and configuration.
ConfiguredRoutes Route configuration class that is used as a value object.
ConfigureRoutes Configuration class for editing routes.
DefaultRouteResolver Default implementation of the
RouteResolver
interface.ErrorStateRenderer Handles error navigation rendering in the target UI.
ErrorTargetEntry A pair of a navigation target for handling exceptions and the exception type handled by the navigation target.
InternalRedirectHandler Handles navigation by redirecting the user to some location in the application.
NavigationStateRenderer Handles navigation events by rendering a contained NavigationState in the target UI.
Postpone Container class for containing left over listeners on postponed navigation.
ResolveRequest An object used to encapsulate data used in resolving routing requests.
RouteUtil Utility class with methods for route handling.