com.sun.el.lang
Class FunctionMapperFactory

java.lang.Object
  extended by FunctionMapper
      extended by com.sun.el.lang.FunctionMapperFactory

public class FunctionMapperFactory
extends FunctionMapper

Version:
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: hmalphett $
Author:
Jacob Hookom [jacob@hookom.net]

Field Summary
protected  FunctionMapperImpl memento
           
protected  FunctionMapper target
           
 
Constructor Summary
FunctionMapperFactory(FunctionMapper mapper)
           
 
Method Summary
 FunctionMapper create()
           
 Method resolveFunction(String prefix, String localName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memento

protected FunctionMapperImpl memento

target

protected FunctionMapper target
Constructor Detail

FunctionMapperFactory

public FunctionMapperFactory(FunctionMapper mapper)
Method Detail

resolveFunction

public Method resolveFunction(String prefix,
                              String localName)

create

public FunctionMapper create()


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.