Annotation Type RedirectToNavigationStep
-
@Inherited @Documented @Target(METHOD) @Retention(RUNTIME) public @interface RedirectToNavigationStep
Annotation to specify a redirection to a specified 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.findNavigationStepFrom(String)
()} method with#value()
as given parameter.
-
-
Element Detail
-
value
String value
The identifier of the navigation step to navigate to.
-
-