Annotation Interface ViewContextByNameAndParameters


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface ViewContextByNameAndParameters
Strategy to hold the context open while view name and view parameters do not change.

This strategy is on par with navigator view life cycle. If navigation is not reverted in a ViewChangeListener.beforeViewChange(ViewChangeEvent), a new view context is activated. After ViewChangeListener.afterViewChange(ViewChangeEvent) is called, old view context will be closed.

View.enter(ViewChangeEvent) will be called for the new View instance.

See Also: