Interface PathMatcher.PrefixResult

    • Method Detail

      • remainingPart

        String remainingPart()
        In case of prefix match this returns the reminder that wasn't matched. Remaining must be relative URI to matched part. It means that it must be completed from whole path segments. Result must be also decoded and normalized.
        Returns:
        the reminder in case of a successful prefix match.