google-code-export / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
1 stars 0 forks source link

Extend PlaceRequest.Builder to build from an existing PlaceRequest #453

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The com.gwtplatform.mvp.client.proxy.PlaceRequest.Builder implementation in 
GWTP 1.0 doesn't allow you to build from an existing PlaceRequest. Our common 
use case is to query 
com.gwtplatform.mvp.client.proxy.PlaceManager.getCurrentPlaceRequest() and then
add/change something.

I propose a new constructor for PlaceRequest.Builder:

PlaceRequest.Builder(PlaceRequest request)

Original issue reported on code.google.com by ryan.ken...@gmail.com on 2 Aug 2013 at 5:15

GoogleCodeExporter commented 9 years ago
Ooops.. copying this to GitHub.

Original comment by ryan.ken...@gmail.com on 2 Aug 2013 at 5:16

GoogleCodeExporter commented 9 years ago
https://github.com/ArcBees/GWTP/issues/300

Original comment by ryan.ken...@gmail.com on 2 Aug 2013 at 5:19