Save This Page
Home » glassfish-v2ur2-b04-src » javax » servlet » jsp » el » [javadoc | source]
javax.servlet.jsp.el
public interface: FunctionMapper [javadoc | source]

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.

Method from javax.servlet.jsp.el.FunctionMapper Summary:
resolveFunction
Method from javax.servlet.jsp.el.FunctionMapper Detail:
 public Method resolveFunction(String prefix,
    String localName)
    Resolves the specified local name and prefix into a Java.lang.Method. Returns null if the prefix and local name are not found.