com.agapple.mapping.process.script
类 ScriptHelper
java.lang.Object
com.agapple.mapping.process.script.ScriptHelper
public class ScriptHelper
- extends Object
script的function class操作helper类
- 作者:
- jianghang 2011-6-27 下午07:32:25
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptHelper
public ScriptHelper()
getInstance
public static ScriptHelper getInstance()
- 单例方法
getScriptExecutor
public ScriptExecutor getScriptExecutor()
- 返回:
- 返回对应的ScriptExecutor
registerFunctionClass
public void registerFunctionClass(String name,
Object function)
- 注册对应的function,并绑定为指定的name
Copyright © 2011. All Rights Reserved.