org.zkoss.zel.impl.lang
Class FunctionMapperImpl
java.lang.Object
org.zkoss.zel.FunctionMapper
org.zkoss.zel.impl.lang.FunctionMapperImpl
- All Implemented Interfaces:
- Externalizable, Serializable
public class FunctionMapperImpl
- extends FunctionMapper
- implements Externalizable
- 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
mapFunction
public void mapFunction(String prefix,
String localName,
Method m)
- Description copied from class:
FunctionMapper
- Map a method to a function name.
- Overrides:
mapFunction in class FunctionMapper
- Parameters:
prefix - Function prefixlocalName - Function namem - Method
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 © 2015. All rights reserved.