Package org.apache.el.lang
Class FunctionMapperImpl
java.lang.Object
jakarta.el.FunctionMapper
org.apache.el.lang.FunctionMapperImpl
- All Implemented Interfaces:
Externalizable
,Serializable
- Author:
- Jacob Hookom [jacob@hookom.net]
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
mapFunction
(String prefix, String localName, Method m) Map a method to a function name.void
resolveFunction
(String prefix, String localName) void
-
Field Details
-
functions
-
-
Constructor Details
-
FunctionMapperImpl
public FunctionMapperImpl()
-
-
Method Details
-
resolveFunction
- Specified by:
resolveFunction
in classFunctionMapper
-
mapFunction
Description copied from class:jakarta.el.FunctionMapper
Map a method to a function name.- Overrides:
mapFunction
in classFunctionMapper
- Parameters:
prefix
- Function prefixlocalName
- Function namem
- Method
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-