net.sf.mmm.util.pojo.path.impl
Class PojoPathFunctionManagerImpl
java.lang.Object
net.sf.mmm.util.component.base.AbstractComponent
net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
- All Implemented Interfaces:
- PojoPathFunctionManager
@Singleton
@Named
public class PojoPathFunctionManagerImpl
- extends DefaultPojoPathFunctionManager
This is the implementation of the
PojoPathFunctionManager.
- Since:
- 1.1.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
functionMap
private Map<String,PojoPathFunction> functionMap
- See Also:
setFunctionMap(Map)
functions
private List<PojoPathNamedFunction> functions
- See Also:
setFunctions(List)
PojoPathFunctionManagerImpl
public PojoPathFunctionManagerImpl()
- The constructor.
doInitialize
protected void doInitialize()
- This method performs the actual
initialization. It is
called when AbstractComponent.initialize() is invoked for the first time.
ATTENTION:
When you override this method from a sub-class you need to do a
super.AbstractComponent.doInitialize().
- Overrides:
doInitialize in class AbstractComponent
setFunctions
@Inject
public void setFunctions(List<PojoPathNamedFunction> functions)
- This method sets a
List of named
functions to be registered in this manager.
- Parameters:
functions - are the named functions to
register.
setFunctionMap
public void setFunctionMap(Map<String,PojoPathFunction> functionMap)
- Parameters:
functionMap - is the functions to set
Copyright © 2001-2010 mmm-Team. All Rights Reserved.