org.tinygroup.jspengine.el.lang
类 EvaluationContext

java.lang.Object
  继承者 javax.el.ELContext
      继承者 org.tinygroup.jspengine.el.lang.EvaluationContext

public final class EvaluationContext
extends javax.el.ELContext


构造方法摘要
EvaluationContext(javax.el.ELContext elContext, javax.el.FunctionMapper fnMapper, javax.el.VariableMapper varMapper)
           
 
方法摘要
 Object getContext(Class key)
           
 javax.el.ELContext getELContext()
           
 javax.el.ELResolver getELResolver()
           
 javax.el.FunctionMapper getFunctionMapper()
           
 javax.el.VariableMapper getVariableMapper()
           
 boolean isPropertyResolved()
           
 void putContext(Class key, Object contextObject)
           
 void setPropertyResolved(boolean resolved)
           
 
从类 javax.el.ELContext 继承的方法
getLocale, setLocale
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

EvaluationContext

public EvaluationContext(javax.el.ELContext elContext,
                         javax.el.FunctionMapper fnMapper,
                         javax.el.VariableMapper varMapper)
方法详细信息

getELContext

public javax.el.ELContext getELContext()

getFunctionMapper

public javax.el.FunctionMapper getFunctionMapper()
指定者:
javax.el.ELContext 中的 getFunctionMapper

getVariableMapper

public javax.el.VariableMapper getVariableMapper()
指定者:
javax.el.ELContext 中的 getVariableMapper

getContext

public Object getContext(Class key)
覆盖:
javax.el.ELContext 中的 getContext

getELResolver

public javax.el.ELResolver getELResolver()
指定者:
javax.el.ELContext 中的 getELResolver

isPropertyResolved

public boolean isPropertyResolved()
覆盖:
javax.el.ELContext 中的 isPropertyResolved

putContext

public void putContext(Class key,
                       Object contextObject)
覆盖:
javax.el.ELContext 中的 putContext

setPropertyResolved

public void setPropertyResolved(boolean resolved)
覆盖:
javax.el.ELContext 中的 setPropertyResolved


Copyright © 2006–2014 开源组织. All rights reserved.