Class ParsingElContext


  • public class ParsingElContext
    extends javax.el.ELContext
    Simple implementation of the ELContext used during parsings. Currently this implementation does nothing, but a non-null implementation of the ELContext interface is required by the ExpressionFactory when create value- and methodexpressions.
    See Also:
    ExpressionManager.createExpression(String), ExpressionManager#createMethodExpression(String)
    • Constructor Detail

      • ParsingElContext

        public ParsingElContext()
    • Method Detail

      • getELResolver

        public javax.el.ELResolver getELResolver()
        Specified by:
        getELResolver in class javax.el.ELContext
      • getFunctionMapper

        public javax.el.FunctionMapper getFunctionMapper()
        Specified by:
        getFunctionMapper in class javax.el.ELContext
      • getVariableMapper

        public javax.el.VariableMapper getVariableMapper()
        Specified by:
        getVariableMapper in class javax.el.ELContext