com.caucho.el
Class EnvironmentContext
java.lang.Object
javax.el.ELContext
com.caucho.el.EnvironmentContext
public class EnvironmentContext
- extends ELContext
Creates a variable resolver based on the classloader.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvironmentContext
public EnvironmentContext()
- Creates the resolver
EnvironmentContext
public EnvironmentContext(java.lang.ClassLoader loader)
- Creates the resolver
EnvironmentContext
public EnvironmentContext(java.util.Map<java.lang.String,java.lang.Object> map)
- Creates the resolver
getELResolver
public ELResolver getELResolver()
- Specified by:
getELResolver
in class ELContext
getFunctionMapper
public FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper
in class ELContext
getVariableMapper
public VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in class ELContext