Package org.apache.jasper.el
Class FunctionMapperImpl
- java.lang.Object
-
- jakarta.el.FunctionMapper
-
- org.apache.jasper.el.FunctionMapperImpl
-
@Deprecated public final class FunctionMapperImpl extends FunctionMapper
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description FunctionMapperImpl(FunctionMapper fnMapper)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.reflect.MethodresolveFunction(java.lang.String prefix, java.lang.String localName)Deprecated.Resolves a function reference to its corresponding staticMethod.-
Methods inherited from class jakarta.el.FunctionMapper
mapFunction
-
-
-
-
Constructor Detail
-
FunctionMapperImpl
public FunctionMapperImpl(FunctionMapper fnMapper)
Deprecated.
-
-
Method Detail
-
resolveFunction
public java.lang.reflect.Method resolveFunction(java.lang.String prefix, java.lang.String localName)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
-
-