|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface NavigationStep
Annotation to specify a navigation step creation/update on a HTTP method of a WebComponentController
.
identifier()
,
then a navigation step is created and referenced with the specified annotation identifieridentifier()
already exists,
then the navigation step stack is reset to thisNavigationContext.NavigationStep#withFullUri(String)
: the current requested path
URI (with URL parameters) is setNavigationContextListener
necessary methods are triggered
Required Element Summary | |
---|---|
String |
identifier
The identifier of a navigation step (several controller paths can perform different treatments on same navigation step). |
Optional Element Summary | |
---|---|
String |
contextIdentifier
The context identifier of a navigation step (several contexts can be handled into a same navigation step). |
Element Detail |
---|
public abstract String identifier
public abstract String contextIdentifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |