@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface PushStateNavigation
UI
s to enable the PushState navigation mode when
initializing a Navigator
for it. PushState navigation is an
alternative way to handle URLs in the Navigator
. It uses path info,
HTML5 push state and Page.PopStateEvent
s to track views and enable
listening to view changes.
Note: For PushState navigation to work, the
DeploymentConfiguration
parameter
SendUrlAsParameters
must not be set to false
.
Copyright © 2018 Vaadin Ltd. All rights reserved.