Uses of Interface
net.sf.mmm.util.pojo.path.api.PojoPathFunctionManager

Packages that use PojoPathFunctionManager
net.sf.mmm.util.pojo.path.api Provides the API for navigating a PojoPath
net.sf.mmm.util.pojo.path.base Contains the base-implementation of the PojoPath API. 
net.sf.mmm.util.pojo.path.impl Contains the implementation of the PojoPath API. 
 

Uses of PojoPathFunctionManager in net.sf.mmm.util.pojo.path.api
 

Methods in net.sf.mmm.util.pojo.path.api that return PojoPathFunctionManager
 PojoPathFunctionManager PojoPathContext.getAdditionalFunctionManager()
          This method gets an optional PojoPathFunctionManager.
 

Uses of PojoPathFunctionManager in net.sf.mmm.util.pojo.path.base
 

Classes in net.sf.mmm.util.pojo.path.base that implement PojoPathFunctionManager
 class DefaultPojoPathFunctionManager
          This is the default implementation of the PojoPathFunctionManager.
 

Fields in net.sf.mmm.util.pojo.path.base declared as PojoPathFunctionManager
private  PojoPathFunctionManager PojoPathContextBean.additionalFunctionManager
           
private  PojoPathFunctionManager AbstractPojoPathNavigator.functionManager
           
 

Methods in net.sf.mmm.util.pojo.path.base that return PojoPathFunctionManager
 PojoPathFunctionManager PojoPathContextBean.getAdditionalFunctionManager()
          This method gets an optional PojoPathFunctionManager.
protected  PojoPathFunctionManager AbstractPojoPathNavigator.getFunctionManager()
          This method gets the optional PojoPathFunctionManager for PojoPathFunctions that are global for this PojoPathNavigator instance.
 

Methods in net.sf.mmm.util.pojo.path.base with parameters of type PojoPathFunctionManager
 void PojoPathContextBean.setAdditionalFunctionManager(PojoPathFunctionManager additionalFunctionManager)
          This method sets the additional function-manager.
 void AbstractPojoPathNavigator.setFunctionManager(PojoPathFunctionManager functionManager)
          This method sets the function-manager used for global PojoPathFunctions.
 

Uses of PojoPathFunctionManager in net.sf.mmm.util.pojo.path.impl
 

Classes in net.sf.mmm.util.pojo.path.impl that implement PojoPathFunctionManager
 class PojoPathFunctionManagerImpl
          This is the implementation of the PojoPathFunctionManager.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.