JavaScript is disabled on your browser.
javax.el

Class FunctionMapper



  • public abstract class FunctionMapper
    extends java.lang.Object
    Maps function names to Java methods.
    Since:
    2.1
    • Constructor Summary

      Constructors
      Constructor and Description
      FunctionMapper ()
    • Method Summary

      Methods
      Modifier and Type Method and Description
      abstract java.lang.reflect.Method resolveFunction (java.lang.String prefix, java.lang.String name)
      Resolves the given prefix and name to a method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, 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 name)
        Resolves the given prefix and name to a method.
        Parameters:
        prefix - the name prefix
        name - the function name

AltStyle によって変換されたページ (->オリジナル) /