org.apache.el.lang
Class FunctionMapperImpl
java.lang.Object
javax.el.FunctionMapper
org.apache.el.lang.FunctionMapperImpl
- All Implemented Interfaces:
- Externalizable, Serializable
public class FunctionMapperImpl
- extends FunctionMapper
- implements Externalizable
- Version:
- $Id: FunctionMapperImpl.java 1050660 2010-12-18 16:23:09Z markt $
- Author:
- Jacob Hookom [jacob@hookom.net]
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
functions
protected Map<String,FunctionMapperImpl.Function> functions
FunctionMapperImpl
public FunctionMapperImpl()
resolveFunction
public Method resolveFunction(String prefix,
String localName)
- Specified by:
resolveFunction
in class FunctionMapper
addFunction
public void addFunction(String prefix,
String localName,
Method m)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.