Class DefaultFunctionMapper
- java.lang.Object
- 
- jakarta.el.FunctionMapper
- 
- org.apache.myfaces.view.facelets.el.DefaultFunctionMapper
 
 
- 
- All Implemented Interfaces:
- Externalizable,- Serializable
 
 public final class DefaultFunctionMapper extends jakarta.el.FunctionMapper implements Externalizable Default implementation of the FunctionMapper- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
- Method,- FunctionMapper, Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultFunctionMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFunction(String prefix, String localName, Method m)voidreadExternal(ObjectInput in)MethodresolveFunction(String prefix, String localName)StringtoString()voidwriteExternal(ObjectOutput out)
 
- 
- 
- 
Method Detail- 
resolveFunctionpublic Method resolveFunction(String prefix, String localName) - Specified by:
- resolveFunctionin class- jakarta.el.FunctionMapper
 
 - 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
 - 
readExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException - Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
 
- 
 
-