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

Packages that use PojoPathFunction
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. 
net.sf.mmm.util.pojo.path.impl.function Contains implementations of PojoPathFunction
 

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

Subinterfaces of PojoPathFunction in net.sf.mmm.util.pojo.path.api
 interface PojoPathNamedFunction<IN,VALUE>
          This is the interface for a PojoPathFunction that has a name.
 

Methods in net.sf.mmm.util.pojo.path.api that return PojoPathFunction
 PojoPathFunction PojoPathFunctionManager.getFunction(String functionName)
          This method gets a PojoPathFunction by its name.
 

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

Classes in net.sf.mmm.util.pojo.path.base that implement PojoPathFunction
 class AbstractMapPojoPathFunction<VALUE>
          This is the abstract base implementation for a PojoPathFunction that operates on a Map.
 class AbstractPojoPathFunction<IN,VALUE>
          This is the abstract base implementation of the PojoPathFunction interface.
 

Fields in net.sf.mmm.util.pojo.path.base with type parameters of type PojoPathFunction
private  Map<String,PojoPathFunction> DefaultPojoPathFunctionManager.functionMap
           
 

Methods in net.sf.mmm.util.pojo.path.base that return PojoPathFunction
 PojoPathFunction DefaultPojoPathFunctionManager.getFunction(String functionName)
          This method gets a PojoPathFunction by its name.
protected  PojoPathFunction AbstractPojoPathNavigator.getFunction(String functionName, PojoPathContext context)
          This method gets the PojoPathFunction for the given functionName.
 PojoPathFunction DefaultPojoPathFunctionManager.registerFunction(PojoPathFunction function, String functionName)
          This method registers the given function for the given functionName so it is available via DefaultPojoPathFunctionManager.getFunction(String).
 

Methods in net.sf.mmm.util.pojo.path.base with parameters of type PojoPathFunction
protected  Object AbstractPojoPathNavigator.getFromFunction(AbstractPojoPathNavigator.CachingPojoPath currentPath, PojoPathContext context, AbstractPojoPathNavigator.PojoPathState state, PojoPathFunction function)
          This method gets the single segment of the given currentPath from the Pojo given by parentPojo.
 PojoPathFunction DefaultPojoPathFunctionManager.registerFunction(PojoPathFunction function, String functionName)
          This method registers the given function for the given functionName so it is available via DefaultPojoPathFunctionManager.getFunction(String).
 

Constructor parameters in net.sf.mmm.util.pojo.path.base with type arguments of type PojoPathFunction
DefaultPojoPathFunctionManager(Map<String,PojoPathFunction> functionMap)
          The constructor.
 

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

Fields in net.sf.mmm.util.pojo.path.impl with type parameters of type PojoPathFunction
private  Map<String,PojoPathFunction> PojoPathFunctionManagerImpl.functionMap
           
 

Method parameters in net.sf.mmm.util.pojo.path.impl with type arguments of type PojoPathFunction
 void PojoPathFunctionManagerImpl.setFunctionMap(Map<String,PojoPathFunction> functionMap)
           
 

Uses of PojoPathFunction in net.sf.mmm.util.pojo.path.impl.function
 

Classes in net.sf.mmm.util.pojo.path.impl.function that implement PojoPathFunction
 class PojoPathNamedFunctionToString
          This is the implementation of a PojoPathNamedFunction that performs a Object.toString() on the input-object.
 



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