public class FunctionMapperImpl extends javax.el.FunctionMapper implements Externalizable
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionMapperImpl.Function |
| Constructor and Description |
|---|
FunctionMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFunction(String prefix,
String localName,
Method m) |
void |
readExternal(ObjectInput in) |
Method |
resolveFunction(String prefix,
String localName) |
void |
writeExternal(ObjectOutput out) |
protected Map functions
public Method resolveFunction(String prefix, String localName)
resolveFunction in class javax.el.FunctionMapperpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2006–2018 TinyGroup. All rights reserved.