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)
|
| 从类 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.