org.hippoecm.hst.linking
Class HstLinkProcessorTemplate
java.lang.Object
org.hippoecm.hst.linking.HstLinkProcessorTemplate
- All Implemented Interfaces:
- HstLinkProcessor
public abstract class HstLinkProcessorTemplate
- extends Object
- implements HstLinkProcessor
An abstract HstLinkProcessor template
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HstLinkProcessorTemplate
public HstLinkProcessorTemplate()
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
doPostProcess
protected abstract HstLink doPostProcess(HstLink link)
doPreProcess
protected abstract HstLink doPreProcess(HstLink link)
Copyright © 2008-2012 Hippo. All Rights Reserved.