Package com.vaadin.navigator
Annotation Type PushStateNavigation
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface PushStateNavigation
Annotation forUIs to enable the PushState navigation mode when initializing aNavigatorfor it. PushState navigation is an alternative way to handle URLs in theNavigator. It uses path info, HTML5 push state andPage.PopStateEvents to track views and enable listening to view changes.Note: For PushState navigation to work, the
DeploymentConfigurationparameterSendUrlAsParametersmust not be set tofalse.- Since:
- 8.2