Uses of Interface
com.vaadin.flow.router.BeforeEnterListener
Packages that use BeforeEnterListener
Package
Description
-
Uses of BeforeEnterListener in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type BeforeEnterListenerModifier and TypeMethodDescriptionUI.addBeforeEnterListener(BeforeEnterListener listener) Add a listener that will be informed when a new set of components are going to be attached. -
Uses of BeforeEnterListener in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal with parameters of type BeforeEnterListenerModifier and TypeMethodDescriptionUIInternals.addBeforeEnterListener(BeforeEnterListener listener) Add a listener that will be informed when a new set of components are going to be attached. -
Uses of BeforeEnterListener in com.vaadin.flow.router
Method parameters in com.vaadin.flow.router with type arguments of type BeforeEnterListenerModifier and TypeMethodDescriptionRouteConfiguration.getRegisteredAccessibleMenuRoutes(Collection<BeforeEnterListener> accessControls) Get theRouteDatafor all accessible registered navigation targets with a menu information. -
Uses of BeforeEnterListener in com.vaadin.flow.router.internal
Method parameters in com.vaadin.flow.router.internal with type arguments of type BeforeEnterListenerModifier and TypeMethodDescriptionAbstractRouteRegistry.getRegisteredAccessibleMenuRoutes(VaadinRequest vaadinRequest, Collection<BeforeEnterListener> accessControls) -
Uses of BeforeEnterListener in com.vaadin.flow.server
Method parameters in com.vaadin.flow.server with type arguments of type BeforeEnterListenerModifier and TypeMethodDescriptionRouteRegistry.getRegisteredAccessibleMenuRoutes(VaadinRequest vaadinRequest, Collection<BeforeEnterListener> accessControls) Get theRouteDatafor all accessible registered navigation targets with a menu information. -
Uses of BeforeEnterListener in com.vaadin.flow.server.auth
Classes in com.vaadin.flow.server.auth that implement BeforeEnterListenerModifier and TypeClassDescriptionclassABeforeEnterListenerimplementation that contains logic to perform access checks before entering a view.classDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of BeforeEnterListener in com.vaadin.flow.spring
Classes in com.vaadin.flow.spring that implement BeforeEnterListenerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.ViewAccessChecker has been replaced byNavigationAccessControl. -
Uses of BeforeEnterListener in com.vaadin.flow.spring.security
Classes in com.vaadin.flow.spring.security that implement BeforeEnterListenerModifier and TypeClassDescriptionclassA Spring specific navigation access control that falls back to Spring mechanisms for user retrieval and role checking, when the generic mechanisms do not work.
NavigationAccessControlwithAnnotatedViewAccessChecker.