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

Packages that use PojoPathRecognizer
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. 
 

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

Methods in net.sf.mmm.util.pojo.path.api that return PojoPathRecognizer
 PojoPathRecognizer PojoPathContext.getRecognizer()
          This method gets an optional recognizer that adds support for the visitor-pattern.
 

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

Classes in net.sf.mmm.util.pojo.path.base that implement PojoPathRecognizer
 class NoPojoPathRecognizer
          This is a dummy implementation of the PojoPathRecognizer that does nothing.
 

Fields in net.sf.mmm.util.pojo.path.base declared as PojoPathRecognizer
private  PojoPathRecognizer PojoPathContextBean.recognizer
           
 

Methods in net.sf.mmm.util.pojo.path.base that return PojoPathRecognizer
 PojoPathRecognizer PojoPathContextBean.getRecognizer()
          This method gets an optional recognizer that adds support for the visitor-pattern.
 

Methods in net.sf.mmm.util.pojo.path.base with parameters of type PojoPathRecognizer
 void PojoPathContextBean.setRecognizer(PojoPathRecognizer recognizer)
          This method sets the recognizer.
 



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