Init non working version
10
TestGWT/war/testgwt/30DAA66EA6B7DFDBCBC4CBEBFE60A578.gwt.rpc
Normal file
@@ -0,0 +1,10 @@
|
||||
@FinalFields, false
|
||||
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException, true, true, true, true, com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException/3936916533, 3936916533
|
||||
com.google.gwt.user.client.rpc.RpcTokenException, true, true, false, false, com.google.gwt.user.client.rpc.RpcTokenException/2345075298, 2345075298
|
||||
com.google.gwt.user.client.rpc.XsrfToken, false, false, true, true, com.google.gwt.user.client.rpc.XsrfToken/4254043109, 4254043109
|
||||
com.test.gwt.client.LoginService, false, false, false, false, _, 2952424308
|
||||
com.test.gwt.shared.UserDTO, true, true, false, false, com.test.gwt.shared.UserDTO/3475737550, 3475737550
|
||||
java.lang.Exception, true, false, true, false, java.lang.Exception/1920171873, 1920171873
|
||||
java.lang.RuntimeException, true, false, true, false, java.lang.RuntimeException/515124647, 515124647
|
||||
java.lang.String, true, true, true, true, java.lang.String/2004016611, 2004016611
|
||||
java.lang.Throwable, true, false, true, false, java.lang.Throwable/2953622131, 2953622131
|
||||
11
TestGWT/war/testgwt/914294B2A8BA55569E4354AC39D4D02B.gwt.rpc
Normal file
@@ -0,0 +1,11 @@
|
||||
@FinalFields, false
|
||||
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException, true, true, true, true, com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException/3936916533, 3936916533
|
||||
com.google.gwt.user.client.rpc.RpcTokenException, true, true, false, false, com.google.gwt.user.client.rpc.RpcTokenException/2345075298, 2345075298
|
||||
com.google.gwt.user.client.rpc.XsrfToken, false, false, true, true, com.google.gwt.user.client.rpc.XsrfToken/4254043109, 4254043109
|
||||
com.test.gwt.client.GreetingService, false, false, false, false, _, 1506885743
|
||||
java.lang.Exception, true, false, true, false, java.lang.Exception/1920171873, 1920171873
|
||||
java.lang.IllegalArgumentException, true, true, false, false, java.lang.IllegalArgumentException/1755012560, 1755012560
|
||||
java.lang.NumberFormatException, true, true, false, false, java.lang.NumberFormatException/3305228476, 3305228476
|
||||
java.lang.RuntimeException, true, false, true, false, java.lang.RuntimeException/515124647, 515124647
|
||||
java.lang.String, true, true, true, true, java.lang.String/2004016611, 2004016611
|
||||
java.lang.Throwable, true, false, true, false, java.lang.Throwable/2953622131, 2953622131
|
||||
BIN
TestGWT/war/testgwt/clear.cache.gif
Normal file
|
After Width: | Height: | Size: 43 B |
8225
TestGWT/war/testgwt/gwt-react-bundle.js
Normal file
1121
TestGWT/war/testgwt/gwt/clean/clean.css
Normal file
1122
TestGWT/war/testgwt/gwt/clean/clean_rtl.css
Normal file
BIN
TestGWT/war/testgwt/gwt/clean/images/circles.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
TestGWT/war/testgwt/gwt/clean/images/corner.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
TestGWT/war/testgwt/gwt/clean/images/hborder.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
TestGWT/war/testgwt/gwt/clean/images/thumb_horz.png
Normal file
|
After Width: | Height: | Size: 222 B |
BIN
TestGWT/war/testgwt/gwt/clean/images/thumb_vertical.png
Normal file
|
After Width: | Height: | Size: 231 B |
BIN
TestGWT/war/testgwt/gwt/clean/images/vborder.png
Normal file
|
After Width: | Height: | Size: 298 B |
1
TestGWT/war/testgwt/testgwt.devmode.js
Normal file
67
TestGWT/war/testgwt/testgwt.nocache.js
Normal file
@@ -0,0 +1,67 @@
|
||||
/*
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* This startup script is used when we run superdevmode from an app server.
|
||||
*/
|
||||
(function($wnd, $doc){
|
||||
// document.head does not exist in IE8
|
||||
var $head = $doc.head || $doc.getElementsByTagName('head')[0];
|
||||
// Compute some codeserver urls so as the user does not need bookmarklets
|
||||
var hostName = $wnd.location.hostname;
|
||||
var serverUrl = 'http://' + hostName + ':9876';
|
||||
var module = 'testgwt';
|
||||
var nocacheUrl = serverUrl + '/recompile-requester/' + module;
|
||||
|
||||
// Insert the superdevmode nocache script in the first position of the head
|
||||
var devModeScript = $doc.createElement('script');
|
||||
devModeScript.src = nocacheUrl;
|
||||
|
||||
// Everybody except IE8 does fire an error event
|
||||
// This means that we do not detect a non running SDM with IE8.
|
||||
if (devModeScript.addEventListener) {
|
||||
var callback = function() {
|
||||
// Don't show the confirmation dialogue twice (multimodule)
|
||||
if (!$wnd.__gwt__sdm__confirmed &&
|
||||
(!$wnd.__gwt_sdm__recompiler || !$wnd.__gwt_sdm__recompiler.loaded)) {
|
||||
$wnd.__gwt__sdm__confirmed = true;
|
||||
if ($wnd.confirm(
|
||||
"Couldn't load " + module + " from Super Dev Mode\n" +
|
||||
"server at " + serverUrl + ".\n" +
|
||||
"Please make sure this server is ready.\n" +
|
||||
"Do you want to try again?")) {
|
||||
$wnd.location.reload();
|
||||
}
|
||||
}
|
||||
};
|
||||
devModeScript.addEventListener("error", callback, true);
|
||||
}
|
||||
|
||||
var injectScriptTag = function(){
|
||||
$head.insertBefore(devModeScript, $head.firstElementChild || $head.children[0]);
|
||||
};
|
||||
|
||||
if (/loaded|complete/.test($doc.readyState)) {
|
||||
injectScriptTag();
|
||||
} else {
|
||||
//defer app script insertion until the body is ready
|
||||
if($wnd.addEventListener){
|
||||
$wnd.addEventListener('load', injectScriptTag, false);
|
||||
} else{
|
||||
$wnd.attachEvent('onload', injectScriptTag);
|
||||
}
|
||||
}
|
||||
})(window, document);
|
||||