public final class TicketsUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
copyParameters(fr.paris.lutece.util.url.UrlItem url,
Map<String,Object> urlParam,
javax.servlet.http.HttpServletRequest request)
Copy the request's parameters into the UrlItem object and the map.
|
public static void copyParameters(fr.paris.lutece.util.url.UrlItem url, Map<String,Object> urlParam, javax.servlet.http.HttpServletRequest request)
url
- the url to add parameters. Must be not null.urlParam
- the map to put paramters with one value. Must be not null.request
- the http request.Copyright © 2020 City of Paris. All rights reserved.