Class FunctionMapperFactory


  • public class FunctionMapperFactory
    extends javax.el.FunctionMapper
    Version:
    $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
    Author:
    Jacob Hookom [jacob@hookom.net]
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionMapperFactory​(javax.el.FunctionMapper mapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.el.FunctionMapper create()  
      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
    • Field Detail

      • target

        protected javax.el.FunctionMapper target
    • Constructor Detail

      • FunctionMapperFactory

        public FunctionMapperFactory​(javax.el.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
      • create

        public javax.el.FunctionMapper create()