- java.lang.Object
-
- jakarta.el.FunctionMapper
-
- com.sun.el.lang.FunctionMapperFactory
-
public class FunctionMapperFactory extends jakarta.el.FunctionMapper- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Jacob Hookom [jacob@hookom.net]
-
-
Field Summary
Fields Modifier and Type Field Description protected FunctionMapperImplmementoprotected jakarta.el.FunctionMappertarget
-
Constructor Summary
Constructors Constructor Description FunctionMapperFactory(jakarta.el.FunctionMapper mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.el.FunctionMappercreate()MethodresolveFunction(String prefix, String localName)
-
-
-
Field Detail
-
memento
protected FunctionMapperImpl memento
-
target
protected jakarta.el.FunctionMapper target
-
-