org.hippoecm.hst.core.linking
Class HstLinkProcessorChain
java.lang.Object
org.hippoecm.hst.core.linking.HstLinkProcessorChain
- All Implemented Interfaces:
- HstLinkProcessor
public class HstLinkProcessorChain
- extends Object
- implements HstLinkProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HstLinkProcessorChain
public HstLinkProcessorChain()
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.