Package org.hippoecm.hst.core.linking
Interface HstLinkProcessor
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
Modifier and TypeMethodDescriptionpostProcess
(HstLink link) The postProcess of the HstLinkpreProcess
(HstLink link) The preProcess of the HstLink
-
Method Details
-
postProcess
The postProcess of the HstLink- Parameters:
link
-- Returns:
- the postProcessed HstLink
-
preProcess
The preProcess of the HstLink- Parameters:
link
-- Returns:
- the preProcessed HstLink
-