Uses of Package
net.sf.mmm.util.pojo.path.api

Packages that use net.sf.mmm.util.pojo.path.api
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
 

Classes in net.sf.mmm.util.pojo.path.api used by net.sf.mmm.util.pojo.path.api
IllegalPojoPathException
          An IllegalPojoPathException is thrown by the PojoPathNavigator if the supplied PojoPath is illegal.
PojoPath
          A PojoPath is a String that acts as expression to navigate (traverse) the object-web spanned by an initial Pojo reflectively.
PojoPathContext
          This is the interface of an object that carries the context for a PojoPathNavigator.
PojoPathConversionException
          A PojoPathConversionException is thrown if a Pojo has the wrong type and could NOT be converted to the required type.
PojoPathException
          This is the abstract base class for exceptions thrown by the PojoPathNavigator.
PojoPathFunction
          This is the call-back interface for a PojoPathFunction that allows to add custom functionality to a PojoPathNavigator.
PojoPathFunctionManager
          This is the interface for a manager of PojoPathFunctions.
PojoPathMode
          This Enum contains the available modes for using a PojoPathNavigator.
PojoPathRecognizer
          This is the call-back interface used to recognize Pojos traversed by a PojoPathNavigator.
PojoPathSegmentIsNullException
          A PojoPathSegmentIsNullException is thrown by the PojoPathNavigator if the supplied mode is PojoPathMode.FAIL_IF_NULL and an intermediate Pojo was null.
PojoPathUnsafeException
          A PojoPathUnsafeException is thrown by the PojoPathNavigator if the supplied mode was PojoPathMode.FAIL_IF_NULL and the PojoPath was unsafe.
 

Classes in net.sf.mmm.util.pojo.path.api used by net.sf.mmm.util.pojo.path.base
IllegalPojoPathException
          An IllegalPojoPathException is thrown by the PojoPathNavigator if the supplied PojoPath is illegal.
PojoPath
          A PojoPath is a String that acts as expression to navigate (traverse) the object-web spanned by an initial Pojo reflectively.
PojoPathContext
          This is the interface of an object that carries the context for a PojoPathNavigator.
PojoPathConversionException
          A PojoPathConversionException is thrown if a Pojo has the wrong type and could NOT be converted to the required type.
PojoPathCreationException
          A PojoPathCreationException is thrown by the PojoPathNavigator if the supplied mode is PojoPathMode.CREATE_IF_NULL and an intermediate Pojo was null but could NOT be created.
PojoPathException
          This is the abstract base class for exceptions thrown by the PojoPathNavigator.
PojoPathFunction
          This is the call-back interface for a PojoPathFunction that allows to add custom functionality to a PojoPathNavigator.
PojoPathFunctionManager
          This is the interface for a manager of PojoPathFunctions.
PojoPathFunctionUndefinedException
          An PojoPathFunctionUndefinedException is thrown by the PojoPathNavigator if the segment of a PojoPath points to a PojoPathFunction that is NOT registered.
PojoPathMode
          This Enum contains the available modes for using a PojoPathNavigator.
PojoPathNavigator
          This is the interface for the navigator used to traverse the object-web spanned by an initial Pojo reflectively according to a given PojoPath.
PojoPathRecognizer
          This is the call-back interface used to recognize Pojos traversed by a PojoPathNavigator.
PojoPathUnsafeException
          A PojoPathUnsafeException is thrown by the PojoPathNavigator if the supplied mode was PojoPathMode.FAIL_IF_NULL and the PojoPath was unsafe.
 

Classes in net.sf.mmm.util.pojo.path.api used by net.sf.mmm.util.pojo.path.impl
PojoPathContext
          This is the interface of an object that carries the context for a PojoPathNavigator.
PojoPathFunction
          This is the call-back interface for a PojoPathFunction that allows to add custom functionality to a PojoPathNavigator.
PojoPathFunctionManager
          This is the interface for a manager of PojoPathFunctions.
PojoPathNamedFunction
          This is the interface for a PojoPathFunction that has a name.
PojoPathNavigator
          This is the interface for the navigator used to traverse the object-web spanned by an initial Pojo reflectively according to a given PojoPath.
 

Classes in net.sf.mmm.util.pojo.path.api used by net.sf.mmm.util.pojo.path.impl.function
PojoPathContext
          This is the interface of an object that carries the context for a PojoPathNavigator.
PojoPathFunction
          This is the call-back interface for a PojoPathFunction that allows to add custom functionality to a PojoPathNavigator.
PojoPathNamedFunction
          This is the interface for a PojoPathFunction that has a name.
 



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