org.skyscreamer.yoga.mapper.enrich
Class NavigationLinksEnricher

java.lang.Object
  extended by org.skyscreamer.yoga.mapper.enrich.NavigationLinksEnricher
All Implemented Interfaces:
Enricher

public class NavigationLinksEnricher
extends Object
implements Enricher


Constructor Summary
NavigationLinksEnricher()
           
 
Method Summary
 void enrich(Object instance, Selector fieldSelector, HierarchicalModel model, Class<?> instanceType, String hrefSuffix, FieldPopulator<?> populator)
           
 void setHrefEnricher(HrefEnricher hrefEnricher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationLinksEnricher

public NavigationLinksEnricher()
Method Detail

setHrefEnricher

public void setHrefEnricher(HrefEnricher hrefEnricher)

enrich

public void enrich(Object instance,
                   Selector fieldSelector,
                   HierarchicalModel model,
                   Class<?> instanceType,
                   String hrefSuffix,
                   FieldPopulator<?> populator)
Specified by:
enrich in interface Enricher


Copyright © 2011. All Rights Reserved.