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 Details

    • X4OELContext

      public X4OELContext()
      Creates a X4OELContext.
  • Method Details

    • getELResolver

      public javax.el.ELResolver getELResolver()
      Returns the ELResolver.
      Specified by:
      getELResolver in class javax.el.ELContext
      Returns:
      The ELResolver.
      See Also:
      • ELContext.getELResolver()
    • getFunctionMapper

      public javax.el.FunctionMapper getFunctionMapper()
      Returns the FunctionMapper.
      Specified by:
      getFunctionMapper in class javax.el.ELContext
      Returns:
      The FunctionMapper.
      See Also:
      • ELContext.getFunctionMapper()
    • getVariableMapper

      public javax.el.VariableMapper getVariableMapper()
      Returns the VariableMapper.
      Specified by:
      getVariableMapper in class javax.el.ELContext
      Returns:
      The VariableMapper.
      See Also:
      • ELContext.getVariableMapper()