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.
HasUrlParameterFormat Utility methods to transform urls and parameters from/into the
HasUrlParameter
format into/from the template format.InternalRedirectHandler Handles navigation by redirecting the user to some location in the application.
NavigationRouteTarget Contains the information resulted from searching a route target using a navigation url as input.
NavigationStateRenderer Handles navigation events by rendering a contained NavigationState in the target UI.
PathUtil Utility class which contains various methods for parsing a route url into segments.
Postpone Container class for containing left over listeners on postponed navigation.
ResolveRequest An object used to encapsulate data used in resolving routing requests.
RouteTarget Route target stores the target component and parent layouts.
RouteUtil Utility class with methods for route handling.
-
Annotation Types Summary Annotation Type Description DefaultErrorHandler Marks an HasErrorParameter view as Framework default handler so it can be disregarded if there is a custom view for the same Exception.