public class MethodInvokerConfig extends org.springframework.util.MethodInvoker implements Serializable
MethodInvoker to add properties for specifying
 a method for invocation within the UIF| Constructor and Description | 
|---|
MethodInvokerConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
Class[] | 
getArgumentTypes()
Declared argument types for the method to be invoked, if not set the types will
 be retrieved based on the target class and target name 
 | 
protected Class[] | 
getMethodArgumentTypes()
Finds the method on the target class that matches the target name and
 returns the declared parameter types 
 | 
String | 
getStaticMethod()
Set a fully qualified static method name to invoke,
 e.g. 
 | 
void | 
setArgumentTypes(Class[] argumentTypes)
Setter for the method argument types that should be invoked 
 | 
void | 
setStaticMethod(String staticMethod)
Override to catch a set staticMethod since super does
 not contain a getter 
 | 
findMatchingMethod, getArguments, getPreparedMethod, getTargetClass, getTargetMethod, getTargetObject, getTypeDifferenceWeight, invoke, isPrepared, prepare, resolveClassName, setArguments, setTargetClass, setTargetMethod, setTargetObjectpublic MethodInvokerConfig()
public String getStaticMethod()
public void setStaticMethod(String staticMethod)
setStaticMethod in class org.springframework.util.MethodInvokerstaticMethod - static method to invokepublic Class[] getArgumentTypes()
public void setArgumentTypes(Class[] argumentTypes)
argumentTypes - protected Class[] getMethodArgumentTypes()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.