com.caucho.config
Class ConfigELContext

java.lang.Object
  extended by javax.el.ELContext
      extended by com.caucho.config.ConfigELContext

public class ConfigELContext
extends ELContext

Creates a variable resolver based on the classloader.


Field Summary
static ConfigELContext EL_CONTEXT
           
 
Constructor Summary
ConfigELContext()
          Creates the resolver
ConfigELContext(ELResolver resolver)
          Creates the resolver
 
Method Summary
 ELResolver getELResolver()
           
 FunctionMapper getFunctionMapper()
           
 VariableMapper getVariableMapper()
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Field Detail

EL_CONTEXT

public static final ConfigELContext EL_CONTEXT
Constructor Detail

ConfigELContext

public ConfigELContext()
Creates the resolver


ConfigELContext

public ConfigELContext(ELResolver resolver)
Creates the resolver

Method Detail

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