Annotation Type RedirectToPreviousNavigationStep
-
@Inherited @Documented @Target(METHOD) @Retention(RUNTIME) public @interface RedirectToPreviousNavigationStep
Annotation to specify a redirection to a previous navigation step on a HTTP method of aWebComponentController
.When a HTTP method with this annotation is called, the redirection is performed from informations known by the navigation step returned by
NavigationContext.getPreviousNavigationStep()
method.