org.tinygroup.jspengine.runtime
类 ELContextImpl
java.lang.Object
javax.el.ELContext
org.tinygroup.jspengine.runtime.ELContextImpl
public class ELContextImpl
- extends javax.el.ELContext
Concrete implementation of ELContext.
ELContext's constructor is protected to control creation of ELContext
objects through their appropriate factory methods. This version of
ELContext forces construction through JspApplicationContextImpl.
- 作者:
- Mark Roth, Kin-man Chung
|
构造方法摘要 |
ELContextImpl(javax.el.ELResolver resolver)
Constructs a new ELContext associated with the given ELResolver. |
| 从类 javax.el.ELContext 继承的方法 |
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELContextImpl
public ELContextImpl(javax.el.ELResolver resolver)
- Constructs a new ELContext associated with the given ELResolver.
getELResolver
public javax.el.ELResolver getELResolver()
- 指定者:
- 类
javax.el.ELContext 中的 getELResolver
setFunctionMapper
public void setFunctionMapper(javax.el.FunctionMapper fnMapper)
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- 指定者:
- 类
javax.el.ELContext 中的 getFunctionMapper
setVariableMapper
public void setVariableMapper(javax.el.VariableMapper varMapper)
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- 指定者:
- 类
javax.el.ELContext 中的 getVariableMapper
Copyright © 2006–2014 开源组织. All rights reserved.