public class StatelessEncoder extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.wicket.request.Url |
mergeParameters(org.apache.wicket.request.Url url,
org.apache.wicket.request.mapper.parameter.PageParameters params)
Merges the query parameters of the url with the named parameters
from the
PageParameters . |
public static org.apache.wicket.request.Url mergeParameters(org.apache.wicket.request.Url url, org.apache.wicket.request.mapper.parameter.PageParameters params)
PageParameters
. The page parameters override the query
parameters.url
- the url with the original parametersparams
- the page parameters to mergeCopyright © 2015. All rights reserved.