Uses of Interface
com.vaadin.flow.router.internal.BeforeEnterHandler
-
Uses of BeforeEnterHandler in com.vaadin.flow.router
Subinterfaces of BeforeEnterHandler in com.vaadin.flow.routerModifier and TypeInterfaceDescriptioninterface
A listener that may be added to the
UI
usingUI.addBeforeEnterListener(BeforeEnterListener)
.interface
Any attached component implementing this interface will receive an event before a new navigation state is entered.
-
Uses of BeforeEnterHandler in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that return types with arguments of type BeforeEnterHandlerModifier and TypeMethodDescriptionPostpone.getNavigationObservers()
Get
BeforeEnterHandler
s that have been left over from a postpone.Method parameters in com.vaadin.flow.router.internal with type arguments of type BeforeEnterHandlerModifier and TypeMethodDescriptionstatic Postpone
Postpone.withNavigationObservers
(Deque<BeforeEnterHandler> beforeNavigation) Set any remaining
BeforeEnterHandler
s to be continued from. -
Uses of BeforeEnterHandler in com.vaadin.flow.server.auth
Classes in com.vaadin.flow.server.auth that implement BeforeEnterHandlerModifier and TypeClassDescriptionclass
A
BeforeEnterListener
implementation that contains logic to perform access checks before entering a view.class
Deprecated, for removal: This API element is subject to removal in a future version.
-
Uses of BeforeEnterHandler in com.vaadin.flow.spring
Classes in com.vaadin.flow.spring that implement BeforeEnterHandlerModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.
ViewAccessChecker has been replaced byNavigationAccessControl
. -
Uses of BeforeEnterHandler in com.vaadin.flow.spring.security
Classes in com.vaadin.flow.spring.security that implement BeforeEnterHandlerModifier and TypeClassDescriptionclass
A Spring specific navigation access control that falls back to Spring mechanisms for user retrieval and role checking, when the generic mechanisms do not work.
NavigationAccessControl
withAnnotatedViewAccessChecker
.