fr.paris.lutece.plugins.stock.modules.tickets.utils
Class TicketsUtils

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.modules.tickets.utils.TicketsUtils

public final class TicketsUtils
extends java.lang.Object

KiosqueUtils


Method Summary
static void copyParameters(fr.paris.lutece.util.url.UrlItem url, java.util.Map<java.lang.String,java.lang.Object> urlParam, javax.servlet.http.HttpServletRequest request)
          Copy the request's parameters into the UrlItem object and the map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyParameters

public static void copyParameters(fr.paris.lutece.util.url.UrlItem url,
                                  java.util.Map<java.lang.String,java.lang.Object> urlParam,
                                  javax.servlet.http.HttpServletRequest request)
Copy the request's parameters into the UrlItem object and the map. If a parameter key has many values, they will be added after the url. Otherwise, the parameter will be added into the map.

Parameters:
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 © 2012 Mairie de Paris. All Rights Reserved.