]> source.dussan.org Git - vaadin-framework.git/commit
Change the default to a two request bootstrap
authorLeif Åstrand <leif@vaadin.com>
Thu, 22 Dec 2011 09:23:20 +0000 (11:23 +0200)
committerLeif Åstrand <leif@vaadin.com>
Thu, 22 Dec 2011 09:23:29 +0000 (11:23 +0200)
commitd9f5e4c8054fa3d99f30640c9ac44eb8e850fe50
tree854afe6fe9ed82d2f85cf43a2468b88a2594adda
parentbf94e8c41705d1ff5e71f8a757e7a1789bf40aa0
Change the default to a two request bootstrap

Add @EagerInit annotation to indicate that that no browser details are
required, enabling a one request bootstrap.
src/com/vaadin/Application.java
src/com/vaadin/annotations/EagerInit.java [new file with mode: 0644]
src/com/vaadin/annotations/RootInitRequiresBrowserDetails.java [deleted file]
src/com/vaadin/terminal/WrappedRequest.java
src/com/vaadin/ui/Root.java
tests/testbench/com/vaadin/tests/application/RefreshStatePreserve.java
tests/testbench/com/vaadin/tests/components/root/LazyInitRoots.java
tests/testbench/com/vaadin/tests/components/root/UriFragmentTest.java