|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) public @interface RestRedirect
annotation to redirect a rest request from CRUD operations on the configuration tree to a command invocation (like deploy, undeploy).
| Required Element Summary | |
|---|---|
java.lang.String |
commandName
Command identification for the redirection. |
RestRedirect.OpType |
opType
Rest operation type that should trigger a redirect to an actual asadmin command invocation |
| Element Detail |
|---|
public abstract RestRedirect.OpType opType
public abstract java.lang.String commandName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||