|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.el.ELContext
org.apache.jasper.runtime.ELContextImpl
public class ELContextImpl
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.
| 构造方法摘要 | |
|---|---|
ELContextImpl(ELResolver resolver)
Constructs a new ELContext associated with the given ELResolver. |
|
| 方法摘要 | |
|---|---|
ELResolver |
getELResolver()
Retrieves the ELResolver associated with this context. |
FunctionMapper |
getFunctionMapper()
Retrieves the FunctionMapper associated with this
ELContext. |
VariableMapper |
getVariableMapper()
Retrieves the VariableMapper associated with this
ELContext. |
void |
setFunctionMapper(FunctionMapper fnMapper)
|
void |
setVariableMapper(VariableMapper varMapper)
|
| 从类 javax.el.ELContext 继承的方法 |
|---|
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ELContextImpl(ELResolver resolver)
| 方法详细信息 |
|---|
public ELResolver getELResolver()
ELContext 复制的描述ELResolver associated with this context.
The ELContext maintains a reference to the
ELResolver that will be consulted to resolve variables
and properties during an expression evaluation. This method
retrieves the reference to the resolver.
Once an ELContext is constructed, the reference to the
ELResolver associated with the context cannot be changed.
ELContext 中的 getELResolverpublic void setFunctionMapper(FunctionMapper fnMapper)
public FunctionMapper getFunctionMapper()
ELContext 复制的描述FunctionMapper associated with this
ELContext.
ELContext 中的 getFunctionMapperpublic void setVariableMapper(VariableMapper varMapper)
public VariableMapper getVariableMapper()
ELContext 复制的描述VariableMapper associated with this
ELContext.
ELContext 中的 getVariableMapper
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||