org.apache.el.lang
public class FunctionMapperImpl extends FunctionMapper implements Externalizable
Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: rjung $
| Nested Class Summary | |
|---|---|
| static class | FunctionMapperImpl.Function |
| Field Summary | |
|---|---|
| protected Map<String,FunctionMapperImpl.Function> | functions |
| Method Summary | |
|---|---|
| void | addFunction(String prefix, String localName, Method m) |
| void | readExternal(ObjectInput in) |
| Method | resolveFunction(String prefix, String localName) |
| void | writeExternal(ObjectOutput out) |