com.caucho.config
Class ConfigELContext
java.lang.Object
javax.el.ELContext
com.caucho.config.ConfigELContext
public class ConfigELContext
- extends ELContext
Creates a variable resolver based on the classloader.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EL_CONTEXT
public static final ConfigELContext EL_CONTEXT
ConfigELContext
public ConfigELContext()
- Creates the resolver
ConfigELContext
public ConfigELContext(ELResolver resolver)
- 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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object