|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.adapter.struts.FormActionCommand
Form action
Field Summary | |
private static java.lang.String |
BUTTON_PREFIX
Field BUTTON_PREFIX |
private static java.lang.String |
HIDDEN_FORMID
Field HIDDEN_FORMID |
private static java.lang.String |
METHOD_ONCANCEL
Field METHOD_CANCEL |
private static java.lang.String |
METHOD_ONCLICK
Field METHOD_ONCLICK |
private static java.lang.String |
METHOD_ONSUBMIT
Field METHOD_ONSUBMIT |
Constructor Summary | |
FormActionCommand()
|
Method Summary | |
static java.lang.String |
parseButton(ActionContext ctx)
If a "btnXXX" button on a HTML form is clicked, this method returns the name of the button |
static java.lang.String |
parseFormAction(ActionContext ctx)
If a button on a HTML form is clicked, this method returns the name of the method to be processed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String HIDDEN_FORMID
private static final java.lang.String BUTTON_PREFIX
private static final java.lang.String METHOD_ONCLICK
private static final java.lang.String METHOD_ONSUBMIT
private static final java.lang.String METHOD_ONCANCEL
Constructor Detail |
public FormActionCommand()
Method Detail |
public static java.lang.String parseButton(ActionContext ctx)
ctx
- The ActionContext
public static java.lang.String parseFormAction(ActionContext ctx)
ctx
- The ActionContext
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |