JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javax.servlet.jsp.el

Interface FunctionMapper


  • Deprecated.
    As of JSP 2.1, replaced by FunctionMapper

    public interface FunctionMapper

    The interface to a map between EL function names and methods.

    Classes implementing this interface may, for instance, consult tag library information to resolve the map.

    Since:
    JSP 2.0
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      Method resolveFunction (String prefix, String localName)
      Deprecated.
      Resolves the specified local name and prefix into a Java.lang.Method.
    • Method Detail

      • resolveFunction

        Method resolveFunction(String prefix,
         String localName)
        Deprecated.
        Resolves the specified local name and prefix into a Java.lang.Method. Returns null if the prefix and local name are not found.
        Parameters:
        prefix - the prefix of the function, or "" if no prefix.
        localName - the short name of the function
        Returns:
        the result of the method mapping. Null means no entry found.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

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