org.apache.jasper.runtime
Class ELContextImpl

java.lang.Object
  extended by javax.el.ELContext
      extended by org.apache.jasper.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.

Author:
Mark Roth, Kin-man Chung

Constructor Summary
ELContextImpl(javax.el.ELResolver resolver)
          Constructs a new ELContext associated with the given ELResolver.
 
Method Summary
 javax.el.ELResolver getELResolver()
           
 javax.el.FunctionMapper getFunctionMapper()
           
 javax.el.VariableMapper getVariableMapper()
           
 void setFunctionMapper(javax.el.FunctionMapper fnMapper)
           
 void setVariableMapper(javax.el.VariableMapper varMapper)
           
 
Methods inherited from class javax.el.ELContext
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELContextImpl

public ELContextImpl(javax.el.ELResolver resolver)
Constructs a new ELContext associated with the given ELResolver.

Method Detail

getELResolver

public javax.el.ELResolver getELResolver()
Specified by:
getELResolver in class javax.el.ELContext

setFunctionMapper

public void setFunctionMapper(javax.el.FunctionMapper fnMapper)

getFunctionMapper

public javax.el.FunctionMapper getFunctionMapper()
Specified by:
getFunctionMapper in class javax.el.ELContext

setVariableMapper

public void setVariableMapper(javax.el.VariableMapper varMapper)

getVariableMapper

public javax.el.VariableMapper getVariableMapper()
Specified by:
getVariableMapper in class javax.el.ELContext


Copyright © 2011 GlassFish Community. All Rights Reserved.