Class X4OELContext
java.lang.Object
javax.el.ELContext
org.x4o.xml.el.X4OELContext
public class X4OELContext
extends javax.el.ELContext
X4OELFunctionMapper simple EL context.
- Version:
- 1.0 Sep 14, 2010
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.el.ELResolver
Returns the ELResolver.javax.el.FunctionMapper
Returns the FunctionMapper.javax.el.VariableMapper
Returns the VariableMapper.Methods inherited from class javax.el.ELContext
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
-
Constructor Details
-
X4OELContext
public X4OELContext()Creates a X4OELContext.
-
-
Method Details
-
getELResolver
public javax.el.ELResolver getELResolver()Returns the ELResolver.- Specified by:
getELResolver
in classjavax.el.ELContext
- Returns:
- The ELResolver.
- See Also:
-
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()Returns the FunctionMapper.- Specified by:
getFunctionMapper
in classjavax.el.ELContext
- Returns:
- The FunctionMapper.
- See Also:
-
getVariableMapper
public javax.el.VariableMapper getVariableMapper()Returns the VariableMapper.- Specified by:
getVariableMapper
in classjavax.el.ELContext
- Returns:
- The VariableMapper.
- See Also:
-