Class FunctionMapperImpl
java.lang.Object
javax.el.FunctionMapper
com.sun.el.lang.FunctionMapperImpl
- All Implemented Interfaces:
Externalizable, Serializable
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Jacob Hookom [jacob@hookom.net]
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFunction(String prefix, String localName, Method m) voidresolveFunction(String prefix, String localName) voidMethods inherited from class javax.el.FunctionMapper
mapFunction
-
Field Details
-
functions
-
-
Constructor Details
-
FunctionMapperImpl
public FunctionMapperImpl()
-
-
Method Details
-
resolveFunction
-
addFunction
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-