public class FunctionMapperImpl extends jakarta.el.FunctionMapper implements Externalizable
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionMapperImpl.Function |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FunctionMapperImpl.Function> |
functions |
| 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<String,FunctionMapperImpl.Function> functions
public Method resolveFunction(String prefix, String localName)
resolveFunction in class jakarta.el.FunctionMapperpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.