- java.lang.Object
-
- jakarta.el.FunctionMapper
-
- com.sun.el.lang.FunctionMapperImpl
-
- All Implemented Interfaces:
Externalizable,Serializable
public class FunctionMapperImpl extends jakarta.el.FunctionMapper implements Externalizable
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Jacob Hookom [jacob@hookom.net]
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFunctionMapperImpl.Function
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,FunctionMapperImpl.Function>functions
-
Constructor Summary
Constructors Constructor Description FunctionMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFunction(String prefix, String localName, Method m)voidreadExternal(ObjectInput in)MethodresolveFunction(String prefix, String localName)voidwriteExternal(ObjectOutput out)
-
-
-
Field Detail
-
functions
protected Map<String,FunctionMapperImpl.Function> functions
-
-
Method Detail
-
resolveFunction
public Method resolveFunction(String prefix, String localName)
- Specified by:
resolveFunctionin classjakarta.el.FunctionMapper
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-