Package javax.el

Class FunctionMapper

    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionMapper()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.reflect.Method resolveFunction​(java.lang.String prefix, java.lang.String localName)  
      • Methods inherited from class java.lang.Object

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

      • FunctionMapper

        public FunctionMapper()
    • Method Detail

      • resolveFunction

        public abstract java.lang.reflect.Method resolveFunction​(java.lang.String prefix,
                                                                 java.lang.String localName)