Package org.glassfish.expressly.lang
Class FunctionMapperImpl
java.lang.Object
jakarta.el.FunctionMapper
org.glassfish.expressly.lang.FunctionMapperImpl
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String, FunctionMapperImpl.Function> private static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFunction(String prefix, String localName, Method method) voidresolveFunction(String prefix, String localName) voidMethods inherited from class jakarta.el.FunctionMapper
mapFunction
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
functions
-
-
Constructor Details
-
FunctionMapperImpl
public FunctionMapperImpl()
-
-
Method Details
-
resolveFunction
- Specified by:
resolveFunctionin classjakarta.el.FunctionMapper
-
addFunction
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-