|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface WebActionMapping
Configuration annotation for specifying an action mapping to a certain keyword
| Required Element Summary | |
|---|---|
java.lang.Class |
handler
The class of the action to invoke. |
java.lang.String |
name
The name of the action. |
| Optional Element Summary | |
|---|---|
boolean |
index
Indicates whether or not this page is the index page. |
WebResultMapping[] |
results
A list of result mappings - an action returns a certain keyword that indicates how the result should be handled. |
| Element Detail |
|---|
public abstract java.lang.String name
name.action,
we invoke the action mapped by this keyword.
public abstract java.lang.Class handler
nl.pbemengine.ng.base.webserver.Action class
public abstract boolean index
public abstract WebResultMapping[] results
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||