|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
public @interface CommandRedirectAnnotation
The annotation which describes the action redirect. This annotation should not be used out of ActionAnnotation context.
| Required Element Summary | |
|---|---|
String |
name
The name of the command. |
String |
target
The target of the redirect. |
| Optional Element Summary | |
|---|---|
int |
code
The HTTP redirect code. |
| Element Detail |
|---|
public abstract String name
public abstract String target
public abstract int code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||