org.hippoecm.hst.core.linking
Interface HstLinkProcessor

All Known Implementing Classes:
HstLinkProcessorChain, HstLinkProcessorTemplate

public interface HstLinkProcessor

After linkcreation by HstLinkCreator all HstLinkProcessor's postProcess are called, and before a path is matched in HstSiteMapMatcher all HstLinkProcessor's preProcess are called.


Method Summary
 HstLink postProcess(HstLink link)
          The postProcess of the HstLink
 HstLink preProcess(HstLink link)
          The preProcess of the HstLink
 

Method Detail

postProcess

HstLink postProcess(HstLink link)
The postProcess of the HstLink

Parameters:
link -
Returns:
the postProcessed HstLink

preProcess

HstLink preProcess(HstLink link)
The preProcess of the HstLink

Parameters:
link -
Returns:
the preProcessed HstLink


Copyright © 2008-2012 Hippo. All Rights Reserved.