Interface InternalHstSiteMapItem

    • Method Detail

      • patternMatch

        boolean patternMatch​(String pathElementValue,
                             String prefix,
                             String postfix)
        Internal only! Not an api. Tries to match a path element value with a prefix and a postfix.
        Parameters:
        pathElementValue - any value splitted by slash in path like /path/to/element
        prefix - of the wildcard
        postfix - of the wildcard
        Returns:
        returns true if the value of the path element matches with prefix and postfix
      • getWildCardPrefix

        String getWildCardPrefix()
        Returns:
        prefix of the wildcard definition
      • getWildCardPostfix

        String getWildCardPostfix()
        Returns:
        postfix of the wildcard definition