|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface ActionMethod

| Required Element Summary | |
|---|---|
java.lang.String |
actionName
The action name this method responds to, can be set with the {action} placeholder in the URI pattern, or with an tcActionName parameter |
| Optional Element Summary | |
|---|---|
boolean |
validOnGet
Is this method valid on GET requests, defaults to true |
boolean |
validOnPost
Is this method valid on POST actions, defaults to true. |
| Element Detail |
|---|
public abstract java.lang.String actionName
public abstract boolean validOnPost
public abstract boolean validOnGet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||