Class StaticFunctionMapper

java.lang.Object
javax.el.FunctionMapper
com.webmethods.caf.faces.el.StaticFunctionMapper

public class StaticFunctionMapper extends FunctionMapper
Generic function-mapper which optionally wraps an existing function-mapper, and maps functions of a configured prefix to the public static methods of a configured static class.
  • Field Details

  • Constructor Details

    • StaticFunctionMapper

      public StaticFunctionMapper()
    • StaticFunctionMapper

      public StaticFunctionMapper(FunctionMapper wrapped)
    • StaticFunctionMapper

      public StaticFunctionMapper(FunctionMapper wrapped, String prefix, Class<?> staticClass)
  • Method Details