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.ELResolver getELResolver()
           
 javax.el.FunctionMapper getFunctionMapper()
           
 javax.el.VariableMapper getVariableMapper()
           
 void setFunctionMapper(javax.el.FunctionMapper fnMapper)
           
 void setVariableMapper(javax.el.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
 

构造方法详细信息

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.