FileDocCategorySizeDatePackage
FunctionMapper.javaAPI DocGlassfish v2 API2804Fri May 04 22:34:28 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.

deprecated
As of JSP 2.1, replaced by {@link javax.el.FunctionMapper}
since
JSP 2.0

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.