public class RegexQueryStringUrlCodingStrategy
extends org.apache.wicket.request.target.coding.QueryStringUrlCodingStrategy
QueryStringUrlCodingStrategy where the matches(String, boolean) is flexible such that
regex is compared to the relative path in matches(String, boolean) will return true if the entire string matches the RegEx.RegexWebRequestCodingStrategy| Constructor and Description |
|---|
RegexQueryStringUrlCodingStrategy(String mountPath,
String regex,
Class bookmarkablePageClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String path,
boolean caseSensitive) |
appendParameters, decode, decodeParametersencode, matches, toStringpublic boolean matches(String path, boolean caseSensitive)
matches in interface org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategymatches in class org.apache.wicket.request.target.coding.AbstractRequestTargetUrlCodingStrategyCopyright © 2018. All rights reserved.