Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.servlet.jsp.el
Interface FunctionMapper  view FunctionMapper download FunctionMapper.java


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:
2.0

Method Summary
 java.lang.reflect.Method resolveFunction(java.lang.String prefix, java.lang.String localName)
          Resolves the specified local name and prefix into a Java.lang.Method.
 

Method Detail

resolveFunction

public java.lang.reflect.Method resolveFunction(java.lang.String prefix,
                                                java.lang.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.