public final class DefaultFunctionMapper extends javax.el.FunctionMapper implements Externalizable
Method
,
FunctionMapper
,
Serialized FormConstructor and Description |
---|
DefaultFunctionMapper() |
Modifier and Type | Method and Description |
---|---|
void |
addFunction(String prefix,
String localName,
Method m) |
void |
readExternal(ObjectInput in) |
Method |
resolveFunction(String prefix,
String localName) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public Method resolveFunction(String prefix, String localName)
resolveFunction
in class javax.el.FunctionMapper
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.