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, decodeParameters
encode, matches, toString
public boolean matches(String path, boolean caseSensitive)
matches
in interface org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy
matches
in class org.apache.wicket.request.target.coding.AbstractRequestTargetUrlCodingStrategy
Copyright © 2018. All rights reserved.