org.springframework.binding.expression.el
Class DefaultELContext
java.lang.Object
javax.el.ELContext
org.springframework.binding.expression.el.DefaultELContext
public class DefaultELContext
- extends javax.el.ELContext
A generic ELContext implementation.
- Author:
- Keith Donald
|
Constructor Summary |
DefaultELContext(javax.el.ELResolver resolver,
javax.el.VariableMapper variableMapper,
javax.el.FunctionMapper functionMapper)
Creates a new default el context. |
| 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 |
DefaultELContext
public DefaultELContext(javax.el.ELResolver resolver,
javax.el.VariableMapper variableMapper,
javax.el.FunctionMapper functionMapper)
- Creates a new default el context.
- Parameters:
resolver - the el resolver to usevariableMapper - the variable mappterfunctionMapper - the function mapper
getELResolver
public javax.el.ELResolver getELResolver()
- Specified by:
getELResolver in class javax.el.ELContext
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapper in class javax.el.ELContext
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper in class javax.el.ELContext