类 EwaFunctions
java.lang.Object
com.gdxsoft.easyweb.function.EwaFunctions
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ObjectexecuteFunction(String functionName, Object[] constructParameters, Object... methodParameters) Call the function method with the construction parametersstatic ObjectexecuteStaticFunction(String functionName, Object... methodParameters) Call the static method from class
-
构造器详细资料
-
EwaFunctions
public EwaFunctions()
-
-
方法详细资料
-
executeStaticFunction
Call the static method from class- 参数:
functionName-methodParameters-- 返回:
-
executeFunction
public static Object executeFunction(String functionName, Object[] constructParameters, Object... methodParameters) Call the function method with the construction parameters- 参数:
functionName-constructParameters-methodParameters-- 返回:
-