Annotation Interface ViewContextByName


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface ViewContextByName
Strategy to hold the context open while view name does not change.

This strategy is not on par with navigator view life cycle. While navigating to same view, same context remains active. View.enter(ViewChangeEvent) will be called again on the same view instance.

Note: Navigator view change events do not mean that the view context has changed.

See Also: