Class FunctionMapperImpl
java.lang.Object
jakarta.el.FunctionMapper
org.apache.jasper.el.FunctionMapperImpl
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveFunction(String prefix, String localName) Deprecated.Resolves a function reference to its corresponding staticMethod.Methods inherited from class FunctionMapper
mapFunction
-
Constructor Details
-
FunctionMapperImpl
Deprecated.
-
-
Method Details
-
resolveFunction
Deprecated.Description copied from class:jakarta.el.FunctionMapperResolves a function reference to its corresponding staticMethod.- Specified by:
resolveFunctionin classFunctionMapper- Parameters:
prefix- the namespace prefix of the functionlocalName- the local name of the function- Returns:
- the
Methodobject for the resolved function, ornullif not found
-