Class SimpleContext.Functions

  • Enclosing class:
    SimpleContext

    static class SimpleContext.Functions
    extends javax.el.FunctionMapper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Map<java.lang.String,​java.lang.reflect.Method> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      Functions()  
    • 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)  
      void setFunction​(java.lang.String prefix, java.lang.String localName, java.lang.reflect.Method method)  
      • 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
    • Field Detail

      • map

        java.util.Map<java.lang.String,​java.lang.reflect.Method> map
    • Constructor Detail

      • Functions

        Functions()
    • 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
      • setFunction

        public void setFunction​(java.lang.String prefix,
                                java.lang.String localName,
                                java.lang.reflect.Method method)