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
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmapFunction(String prefix, String localName, Method m) voidresolveFunction(String prefix, String localName) void
-
Field Details
-
functions
-
-
Constructor Details
-
FunctionMapperImpl
public FunctionMapperImpl()
-
-
Method Details
-
resolveFunction
- Specified by:
resolveFunctionin classFunctionMapper
-
mapFunction
- Overrides:
mapFunctionin classFunctionMapper
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-