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 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