org.hippoecm.hst.core.linking
Class HstLinkProcessorChain

java.lang.Object
  extended by org.hippoecm.hst.core.linking.HstLinkProcessorChain
All Implemented Interfaces:
HstLinkProcessor

public class HstLinkProcessorChain
extends Object
implements HstLinkProcessor


Constructor Summary
HstLinkProcessorChain()
           
 
Method Summary
 HstLink postProcess(HstLink link)
          The postProcess of the HstLink
 HstLink preProcess(HstLink link)
          The preProcess of the HstLink
 void setProcessorsInChain(List<HstLinkProcessor> processorsInChain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HstLinkProcessorChain

public HstLinkProcessorChain()
Method Detail

setProcessorsInChain

public void setProcessorsInChain(List<HstLinkProcessor> processorsInChain)

postProcess

public HstLink postProcess(HstLink link)
Description copied from interface: HstLinkProcessor
The postProcess of the HstLink

Specified by:
postProcess in interface HstLinkProcessor
Returns:
the postProcessed HstLink

preProcess

public HstLink preProcess(HstLink link)
Description copied from interface: HstLinkProcessor
The preProcess of the HstLink

Specified by:
preProcess in interface HstLinkProcessor
Returns:
the preProcessed HstLink


Copyright © 2008-2012 Hippo. All Rights Reserved.