Package com.sun.el.lang
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 TypeMethodDescriptionvoid
addFunction
(String prefix, String localName, Method m) void
resolveFunction
(String prefix, String localName) void
Methods inherited from class javax.el.FunctionMapper
mapFunction
-
Field Details
-
functions
-
-
Constructor Details
-
FunctionMapperImpl
public FunctionMapperImpl()
-
-
Method Details
-
resolveFunction
- Specified by:
resolveFunction
in classjavax.el.FunctionMapper
-
addFunction
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-