|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.xwork.WebWorkActionHelper
public final class WebWorkActionHelper
Helper class for webwork actions.
| Method Summary | |
|---|---|
static java.lang.reflect.Method |
getActionMethod(java.lang.Class<? extends com.opensymphony.xwork.Action> actionClass,
java.lang.String methodName)
Finds the action method on the action class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.reflect.Method getActionMethod(java.lang.Class<? extends com.opensymphony.xwork.Action> actionClass,
java.lang.String methodName)
throws java.lang.NoSuchMethodException
ActionConfig.getMethod() without the need to instantiate the
action class.
actionClass - The webwork action classmethodName - the name of the action method
methodName
java.lang.NoSuchMethodException - if the method named methodName cannot be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||