public class ActionInvocationCheckerBase extends Object
| Constructor and Description |
|---|
ActionInvocationCheckerBase() |
| Modifier and Type | Method and Description |
|---|---|
protected Method |
getMethod(Class<?> clazz,
String methodName)
Finds the declared method on the provided class.
|
protected String |
getMethodName(String command) |
protected Method getMethod(Class<?> clazz, String methodName)
Object.clazz - the classmethodName - the method name to findCopyright © 2002-2023 Atlassian. All Rights Reserved.