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.
Modifier and Type | Method and Description |
---|---|
Method |
resolveFunction(String prefix,
String localName)
Deprecated.
Resolves the specified local name and prefix into a Java.lang.Method.
|
Method resolveFunction(String prefix, String localName)
prefix
- the prefix of the function, or "" if no prefix.localName
- the short name of the functionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.