FileDocCategorySizeDatePackage
FunctionMapper.javaAPI DocApache Tomcat 6.0.141573Fri Jul 20 04:20:32 BST 2007javax.servlet.jsp.el

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

Fields Summary
Constructors Summary
Methods Summary
public java.lang.reflect.MethodresolveFunction(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.

param
prefix the prefix of the function, or "" if no prefix.
param
localName the short name of the function
return
the result of the method mapping. Null means no entry found.