org.apache.jasper.runtime
Class ELContextImpl
java.lang.Object
ELContext
org.apache.jasper.runtime.ELContextImpl
public class ELContextImpl
- extends 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(ELResolver resolver)
Constructs a new ELContext associated with the given ELResolver. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELContextImpl
public ELContextImpl(ELResolver resolver)
- Constructs a new ELContext associated with the given ELResolver.
getELResolver
public ELResolver getELResolver()
setFunctionMapper
public void setFunctionMapper(FunctionMapper fnMapper)
getFunctionMapper
public FunctionMapper getFunctionMapper()
setVariableMapper
public void setVariableMapper(VariableMapper varMapper)
getVariableMapper
public VariableMapper getVariableMapper()
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.