5556575859606162636465
String methodName = getMethodName(context, parameterName); if (methodName == null) { action.unspecified(); } else { Method method = helper.getMethod(action, methodName); ReflectHelper.invokeMethod(action, method, String.class);