org.hippoecm.hst.linking
Class HstLinkProcessorTemplate

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

public abstract class HstLinkProcessorTemplate
extends Object
implements HstLinkProcessor

An abstract HstLinkProcessor template


Constructor Summary
HstLinkProcessorTemplate()
           
 
Method Summary
protected abstract  HstLink doPostProcess(HstLink link)
           
protected abstract  HstLink doPreProcess(HstLink link)
           
 HstLink postProcess(HstLink link)
          The postProcess of the HstLink
 HstLink preProcess(HstLink link)
          The preProcess of the HstLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HstLinkProcessorTemplate

public HstLinkProcessorTemplate()
Method Detail

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.