]> source.dussan.org Git - vaadin-framework.git/commit
Add @JavaScript and @StyleSheet and remove @LoadScripts (#9044)
authorLeif Åstrand <leif@vaadin.com>
Wed, 27 Jun 2012 13:52:09 +0000 (16:52 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 27 Jun 2012 13:52:29 +0000 (16:52 +0300)
commitb55ff51e8c254c56bb415432102b878fa053d8f3
treeca0d38de4624b0c39bc4149298b866e1a3f8665b
parentb52ef3b876615be464d40bd3b24f379c8bf511bb
Add @JavaScript and @StyleSheet and remove @LoadScripts (#9044)
src/com/vaadin/annotations/JavaScript.java [new file with mode: 0644]
src/com/vaadin/annotations/LoadScripts.java [deleted file]
src/com/vaadin/annotations/StyleSheet.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
src/com/vaadin/terminal/gwt/client/ResourceLoader.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
src/com/vaadin/terminal/gwt/server/BootstrapHandler.java
src/com/vaadin/terminal/gwt/server/CommunicationManager.java
src/com/vaadin/terminal/gwt/server/PortletCommunicationManager.java
tests/testbench/com/vaadin/tests/components/javascriptcomponent/BasicJavaScriptComponent.java
tests/testbench/com/vaadin/tests/extensions/SimpleJavaScriptExtensionTest.java