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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HstLink
postProcess(HstLink link)
The postProcess of the HstLinkHstLink
preProcess(HstLink link)
The preProcess of the HstLink
-