@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface PushStateNavigation
UIs 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.PopStateEvents 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 © 2020 Vaadin Ltd. All rights reserved.