Returns a readonly collection of the logic names of the class
(never null).
Note: it is the name to resolve class, not the real class name.
In other words, it is the logical name maintained by this
function mapper.
Resolves a class with the specified logic name,
or null if not found.
Note: not all EL evaluator support
FunctionMapper.resolveClass .
JSP 2.0/2.1 EL-based expression factories don't support
this method.
You can check
ExpressionFactory.isSupported for this
support.
the class of the specified logic name.
Resolves a function
Function with the specified name and
prefix.
Note: not all EL evaluator support
FunctionMapper.resolveFunction .
Currently only JSP 2.0/2.1 EL-based expression factories
support this method.
You can check
ExpressionFactory.isSupported for this
support.
Parameters: prefix - the prefix of the function, or "" if no prefix Parameters: name - the name of the function to resolve