Class StandardELResolutionContext.NoopFunctionMapper

  • Enclosing class:
    StandardELResolutionContext

    private class StandardELResolutionContext.NoopFunctionMapper
    extends javax.el.FunctionMapper
    This function mapper does nothing, i.e. custom EL functions are not supported by default. It may be supported in the future to pass in custom function mappers at bus instanciation time.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NoopFunctionMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method resolveFunction​(java.lang.String s, java.lang.String s1)  
      • 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

      • NoopFunctionMapper

        private NoopFunctionMapper()
    • Method Detail

      • resolveFunction

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