com.stratelia.silverpeas.peasCore.servlets.annotation
Annotation Type NavigationStep


@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.

When a HTTP method with this annotation is called, one of the following internal treatment is performed:

Then, in any cases, the following internal treatments are performed:

Author:
Yohann Chastagnier

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

identifier

public abstract String identifier
The identifier of a navigation step (several controller paths can perform different treatments on same navigation step).

Returns:
the above described identfifier.

contextIdentifier

public abstract String contextIdentifier
The context identifier of a navigation step (several contexts can be handled into a same navigation step).

Returns:
the above described identfifier.
Default:
"unknown"


Copyright © 2016 Silverpeas. All Rights Reserved.