Package com.vaadin.navigator
Annotation Type PushStateNavigation
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface PushStateNavigation
Annotation forUI
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