Class ExpressionEvaluatorImpl.FunctionMapperWrapper

  • Enclosing class:
    ExpressionEvaluatorImpl

    private static class ExpressionEvaluatorImpl.FunctionMapperWrapper
    extends javax.el.FunctionMapper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method resolveFunction​(java.lang.String prefix, java.lang.String localName)  
      • Methods inherited from class javax.el.FunctionMapper

        mapFunction
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionMapperWrapper

        FunctionMapperWrapper​(FunctionMapper mapper)
    • Method Detail

      • resolveFunction

        public java.lang.reflect.Method resolveFunction​(java.lang.String prefix,
                                                        java.lang.String localName)
        Specified by:
        resolveFunction in class javax.el.FunctionMapper