@ParametersAreNonnullByDefault public final class WebWorkActionHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Method |
getActionMethod(Class<?> actionClass,
String methodName)
Finds the action method on the action class.
|
public static Method getActionMethod(Class<?> actionClass, @Nullable String methodName) throws NoSuchMethodException
ActionConfig.getMethod()
without the need to instantiate the
action class.actionClass
- The webwork action classmethodName
- the name of the action methodmethodName
NoSuchMethodException
- if the method named methodName
cannot be foundCopyright © 2003–2017 Atlassian. All rights reserved.