Annotation Type PushStateNavigation


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface PushStateNavigation
    Annotation for 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.

    Since:
    8.2