Class ExpressionBuilder

  • All Implemented Interfaces:
    org.apache.el.parser.NodeVisitor

    public final class ExpressionBuilder
    extends java.lang.Object
    implements org.apache.el.parser.NodeVisitor
    Author:
    Jacob Hookom [jacob@hookom.net]
    • Method Detail

      • createNode

        public static final org.apache.el.parser.Node createNode​(java.lang.String expr)
                                                          throws ELException
        Throws:
        ELException
      • visit

        public void visit​(org.apache.el.parser.Node node)
                   throws ELException
        Specified by:
        visit in interface org.apache.el.parser.NodeVisitor
        Throws:
        ELException
      • createMethodExpression

        public MethodExpression createMethodExpression​(java.lang.Class<?> expectedReturnType,
                                                       java.lang.Class<?>[] expectedParamTypes)
                                                throws ELException
        Throws:
        ELException