|
Annotation Types Summary |
| Homepage |
Annotation to identify the method that takes in charge of the requests for the home page. |
| Invokable |
Annotation to specify a web controller method that can be invoked by InvokeBefore and InvokeAfter method annotations. |
| InvokeAfter |
Annotation to specify a web controller method that can be invoked after the execution of an HTTP
method. |
| InvokeBefore |
Annotation to specify a web controller method that can be invoked before the execution of an
HTTP method. |
| LowestRoleAccess |
Annotation to specify the lower Silverpeas role the user should play in order to invoke the
annotated method. |
| NavigationStep |
Annotation to specify a navigation step creation/update on a HTTP method of a WebComponentController. |
| RedirectTo |
Annotation to specify to which resource, out of the current component, the control will be passed
once the treatment of the annotated method succeeded. |
| RedirectToInternal |
Annotation to specify to which resource, in the current component, the control will be passed
once the treatment of the annotated method succeeded. |
| RedirectToInternalJsp |
Annotation to specify which JSP page, the current component, the control will be passed once
the treatment of the annotated method succeeded. |
| RedirectToNavigationStep |
Annotation to specify a redirection to a specified navigation step on a HTTP method of a WebComponentController. |
| RedirectToPreviousNavigationStep |
Annotation to specify a redirection to a previous navigation step on a HTTP method of a WebComponentController. |
| WebComponentController |
Annotation to identify a class as a web component controller. |