Name

FunctionMapper

Synopsis

The FunctionMapper interface is implemented by a container-dependent class that provides mappings between function names and the static methods implementing the functions.

Synopsis

Interface name:

javax.servlet.jsp.el.FunctionMapper

Extends:

None

Implemented by:

Internal container-dependent class

Methods

public java.lang.reflect.Method resolveFunction(String prefix, String localName)

Returns the Method matching the prefix and name, or null if no match is found.

Get JavaServer Pages, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.