We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.navigator.
Annotation Type PushStateNavigation
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface PushStateNavigation
Annotation for
UI
s to enable the PushState navigation mode when initializing aNavigator
for it. PushState navigation is an alternative way to handle URLs in theNavigator
. It uses path info, HTML5 push state andPage.PopStateEvent
s to track views and enable listening to view changes.Note: For PushState navigation to work, the
DeploymentConfiguration
parameterSendUrlAsParameters
must not be set tofalse
.Since:
8.2