Uses of Class
com.jaxfront.core.type.MethodParameter

Packages that use MethodParameter
com.jaxfront.core.rule   
com.jaxfront.core.util   
com.jaxfront.core.xui   
 

Uses of MethodParameter in com.jaxfront.core.rule
 

Constructors in com.jaxfront.core.rule with parameters of type MethodParameter
UIAction(Document DOM, Type sourceType, Type xuiType, java.lang.String targetXPath, java.lang.String methodName, MethodParameter[] params, java.lang.String className)
          Creates a ui action based on a document, a source type,an xpath, a methodName and the parameters to invoke.
 

Uses of MethodParameter in com.jaxfront.core.util
 

Methods in com.jaxfront.core.util with parameters of type MethodParameter
static java.lang.Class[] IntrospectionMethodParameter.getParameterClasses(MethodParameter[] _methodParameters)
           
static java.lang.Object[] IntrospectionMethodParameter.getParameters(MethodParameter[] _methodParameters)
          Returns the objects to pass to the constructor of this plugin.
 

Uses of MethodParameter in com.jaxfront.core.xui
 

Constructors in com.jaxfront.core.xui with parameters of type MethodParameter
PluginBean(java.lang.String className, MethodParameter[] methodParameters)
          Creates a Plugin Bean based on a className, method parameters and actions to fire.