Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(53)

Issue 6257054: routes like placenames support cont.

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 12 months ago by raphael.andre.bauer
Modified:
8 years, 5 months ago
Visibility:
Public.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7450 lines, -46 lines) Patch
M .hgtags View 1 chunk +1 line, -0 lines 0 comments Download
M gwtp-build-tools/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-all/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-clients-common/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-crawler-service/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-crawler/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-dispatch-client/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-dispatch-server-guice/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-dispatch-server-spring/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-dispatch-server/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-dispatch-shared/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-dispatch-test/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-mvp-client/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
A gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/annotations/DefaultPlace.java View 1 chunk +38 lines, -0 lines 0 comments Download
A gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/proxy/Html5PushStatePlaceManager.java View 1 chunk +162 lines, -0 lines 0 comments Download
A gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/proxy/ParameterizedParameterTokenFormatter.java View 1 chunk +200 lines, -0 lines 0 comments Download
A gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/proxy/ParameterizedPlaceRequest.java View 1 chunk +229 lines, -0 lines 1 comment Download
M gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/proxy/PlaceRequest.java View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-processors/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/gwtp-tester/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-core/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/pom.xml View 1 chunk +173 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/Gwtpsample.gwt.xml View 1 chunk +47 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/Gwtpsample.java View 1 chunk +37 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/IndexPresenter.java View 1 chunk +74 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/IndexView.java View 1 chunk +88 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/IndexView.ui.xml View 1 chunk +56 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/MyGinjector.java View 1 chunk +40 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/MyModule.java View 1 chunk +53 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/MyPlaceManager.java View 1 chunk +42 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/Routes.java View 1 chunk +36 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/UserPresenter.java View 1 chunk +88 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/UserView.java View 1 chunk +119 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/client/UserView.ui.xml View 1 chunk +34 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/server/DemoServlet.java View 1 chunk +62 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/java/com/gwtplatform/samples/basic/server/MyGuiceServletConfig.java View 1 chunk +40 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/Gwtpsample.css View 1 chunk +34 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/Gwtpsample.html View 1 chunk +49 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/META-INF/jdoconfig.xml View 1 chunk +15 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/WEB-INF/appengine-web.xml View 1 chunk +22 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/WEB-INF/logging.properties View 1 chunk +28 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/WEB-INF/web.xml View 1 chunk +20 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/favicon.ico View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/corner.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/corner_ie6.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/hborder.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/hborder_ie6.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/ie6/corner_dialog_topleft.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/ie6/corner_dialog_topright.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/ie6/hborder_blue_shadow.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/ie6/hborder_gray_shadow.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/ie6/vborder_blue_shadow.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/ie6/vborder_gray_shadow.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/splitPanelThumb.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/vborder.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/images/vborder_ie6.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/standard.css View 1 chunk +1138 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes-and-html5pushstate/src/main/webapp/gwt/standard/standard_rtl.css View 1 chunk +1139 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/pom.xml View 1 chunk +173 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/Gwtpsample.gwt.xml View 1 chunk +47 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/Gwtpsample.java View 1 chunk +37 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/IndexPresenter.java View 1 chunk +74 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/IndexView.java View 1 chunk +49 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/IndexView.ui.xml View 1 chunk +59 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/MyGinjector.java View 1 chunk +40 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/MyModule.java View 1 chunk +52 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/MyPlaceManager.java View 1 chunk +42 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/Routes.java View 1 chunk +33 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/UserPresenter.java View 1 chunk +88 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/UserView.java View 1 chunk +57 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/client/UserView.ui.xml View 1 chunk +34 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/server/DemoServlet.java View 1 chunk +61 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/java/com/gwtplatform/samples/basic/server/MyGuiceServletConfig.java View 1 chunk +40 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/Gwtpsample.css View 1 chunk +34 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/Gwtpsample.html View 1 chunk +49 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/META-INF/jdoconfig.xml View 1 chunk +15 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/WEB-INF/appengine-web.xml View 1 chunk +22 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/WEB-INF/logging.properties View 1 chunk +28 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/WEB-INF/web.xml View 1 chunk +21 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/favicon.ico View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/corner.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/corner_ie6.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/hborder.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/hborder_ie6.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/ie6/corner_dialog_topleft.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/ie6/corner_dialog_topright.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/ie6/hborder_blue_shadow.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/ie6/hborder_gray_shadow.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/ie6/vborder_blue_shadow.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/ie6/vborder_gray_shadow.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/splitPanelThumb.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/vborder.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/images/vborder_ie6.png View Binary file 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/standard.css View 1 chunk +1138 lines, -0 lines 0 comments Download
A gwtp-samples/gwtp-routes/src/main/webapp/gwt/standard/standard_rtl.css View 1 chunk +1139 lines, -0 lines 0 comments Download
M gwtp-samples/gwtp-sample-basic-spring/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-samples/gwtp-sample-basic-spring/src/main/webapp/WEB-INF/web.xml View 1 chunk +0 lines, -4 lines 0 comments Download
M gwtp-samples/gwtp-sample-basic/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-samples/gwtp-sample-basic/src/main/webapp/WEB-INF/web.xml View 1 chunk +0 lines, -4 lines 0 comments Download
M gwtp-samples/gwtp-sample-crawler-service/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-samples/gwtp-sample-crawler-service/src/main/webapp/WEB-INF/web.xml View 1 chunk +1 line, -5 lines 0 comments Download
M gwtp-samples/gwtp-sample-hplace/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-samples/gwtp-sample-hplace/src/main/webapp/WEB-INF/web.xml View 1 chunk +0 lines, -4 lines 0 comments Download
M gwtp-samples/gwtp-sample-nested/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-samples/gwtp-sample-tab/pom.xml View 1 chunk +1 line, -1 line 0 comments Download
M gwtp-samples/gwtp-sample-tab/src/main/webapp/WEB-INF/web.xml View 1 chunk +0 lines, -4 lines 0 comments Download
M gwtp-samples/pom.xml View 2 chunks +4 lines, -2 lines 0 comments Download
M pom.xml View 2 chunks +5 lines, -1 line 0 comments Download
A release-zip.sh View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 4
uemit.seren
http://codereview.appspot.com/6257054/diff/1/gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/proxy/ParameterizedPlaceRequest.java File gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/proxy/ParameterizedPlaceRequest.java (right): http://codereview.appspot.com/6257054/diff/1/gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/proxy/ParameterizedPlaceRequest.java#newcode179 gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/proxy/ParameterizedPlaceRequest.java:179: pathParams.put(parameterName, parts[i]); Is this really correct? Because when I ...
11 years, 10 months ago (2012-06-30 11:00:06 UTC) #1
travaller88
when will this be added into gwtp trunk?
11 years, 8 months ago (2012-08-28 18:18:39 UTC) #2
travaller88
i tested out. the sample work ok but got null pointer on String val = ...
11 years, 8 months ago (2012-09-23 12:33:16 UTC) #3
travaller88
11 years, 7 months ago (2012-10-04 08:42:03 UTC) #4
Hi all,
    I did below changes to ParameterizedPlaceRequest in order to make it work. 
When can this checkin into trunk?





  @Override
  public String getParameter(String key, String defaultValue) {
//    String val = params.get(key);
//    if (val != null) {
//      return val;
//    }
//    val = pathParams.get(key);
//    if (val != null) {
//      return val;
//    }
//    return defaultValue;
	  

		String val = defaultValue;

		if (params != null)
			val = params.get(key);

		if (val != null) {
			return val;
		}

		if (pathParams != null)
			val = pathParams.get(key);

		if (val != null) {

			return val;
		}

		return defaultValue;
  }

  @Override
  public Set<String> getParameterNames() {
    
//	  return params.keySet();
	  
	  if(params !=null)
		  return params.keySet();
	  
	  return null;
    
  }
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b