com.agapple.mapping.process.script.jexl
类 JexlScriptContext

java.lang.Object
  继承者 org.apache.commons.jexl2.MapContext
      继承者 com.agapple.mapping.process.script.jexl.JexlScriptContext
所有已实现的接口:
ScriptContext, org.apache.commons.jexl2.JexlContext

public class JexlScriptContext
extends org.apache.commons.jexl2.MapContext
implements ScriptContext

定义为Jexl context

作者:
jianghang 2011-5-25 下午07:57:59

字段摘要
 
从类 org.apache.commons.jexl2.MapContext 继承的字段
map
 
构造方法摘要
JexlScriptContext(Map map)
           
 
方法摘要
 
从类 org.apache.commons.jexl2.MapContext 继承的方法
get, has, set
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JexlScriptContext

public JexlScriptContext(Map map)


Copyright © 2011. All Rights Reserved.