Package javax.el
Class FunctionMapper
- java.lang.Object
-
- javax.el.FunctionMapper
-
- Direct Known Subclasses:
FunctionMapperFactory,FunctionMapperImpl,FunctionMapperImpl,ProtectedFunctionMapper
public abstract class FunctionMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description FunctionMapper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidmapFunction(String prefix, String localName, Method method)Map a method to a function name.abstract MethodresolveFunction(String prefix, String localName)
-