Class | Description |
---|---|
RegexQueryStringUrlCodingStrategy |
A
QueryStringUrlCodingStrategy where the RegexQueryStringUrlCodingStrategy.matches(String, boolean) is flexible such that
RegexQueryStringUrlCodingStrategy.regex is compared to the relative path in RegexQueryStringUrlCodingStrategy.matches(String, boolean) will return true if the entire string matches the RegEx.For example: If the mount path is defined as /abc[.] /MyPage will match the paths: /abc/MyPage /abc/xyz/MyPage /abc/xyz/123/MyPage etc... |
Copyright © 2018. All rights reserved.