summaryrefslogtreecommitdiffstats
path: root/documentation/gwt
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/gwt')
-rw-r--r--documentation/gwt/gwt-advanced.asciidoc12
1 files changed, 4 insertions, 8 deletions
diff --git a/documentation/gwt/gwt-advanced.asciidoc b/documentation/gwt/gwt-advanced.asciidoc
index 51fc2ef3db..f6991ef0e1 100644
--- a/documentation/gwt/gwt-advanced.asciidoc
+++ b/documentation/gwt/gwt-advanced.asciidoc
@@ -19,9 +19,10 @@ occurs in the [methodname]#handleUIDLMessage()# method in
[classname]#ApplicationConnection#, but the logic can be quite overwhelming, so
we describe the phases in the following summary.
-. Any dependencies defined by using [classname]#@JavaScript# or
-[classname]#@StyleSheet# on the server-side class are loaded. Processing does
-not continue until the browser confirms that they have been loaded.
+. Any dependencies defined by using [classname]#@JavaScript#,
+[classname]#@StyleSheet# or [classname]#@HtmlImport# on the server-side class
+are loaded. Processing does not continue until the browser confirms that they
+have been loaded.
. New connectors are instantiated and [methodname]#init()# is run for each
[interfacename]#Connector#.
@@ -57,8 +58,3 @@ and then notifying any [interfacename]#ElementResizeListener#s, as well as
calling the appropriate layout method for the connectors that implement either
[classname]#SimpleManagedLayout# or [classname]#DirectionalManagedLayout#
interface.
-
-
-
-
-