I have to created a dynamic URLcontaining the user id and email parameters, which will direct to sign up form in my GWT application. I want to set and get the parameters in
There is in-built support for getting all of the parameters.
Simply call:
Map> parameterMap = Window.Location.getParameterMap();