Package com.sun.faces.facelets.el
Class DefaultFunctionMapper
java.lang.Object
jakarta.el.FunctionMapper
com.sun.faces.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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFunction
(String prefix, String localName, Method m) void
resolveFunction
(String prefix, String localName) toString()
void
Methods inherited from class jakarta.el.FunctionMapper
mapFunction
-
Constructor Details
-
DefaultFunctionMapper
public DefaultFunctionMapper()
-
-
Method Details
-
resolveFunction
- Specified by:
resolveFunction
in classjakarta.el.FunctionMapper
-
addFunction
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
toString
-