]> source.dussan.org Git - vaadin-framework.git/commit
Add transport parameter to @Push (#11966)
authorArtur Signell <artur@vaadin.com>
Mon, 3 Jun 2013 20:15:43 +0000 (23:15 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 5 Jun 2013 12:17:10 +0000 (12:17 +0000)
commitb0574f7b33c4d3d437c8c11cd53389e5522f6999
treec7cf8acae992d345fd0b274cb39d6857f5858d26
parentedca4095d2e75d73f9d6a5acb2da9009129b4db2
Add transport parameter to @Push (#11966)

Change-Id: Ic47e68a41ba407917a990ef82a98c1526a9510ef
server/src/com/vaadin/annotations/Push.java
server/src/com/vaadin/server/UIProvider.java
server/src/com/vaadin/server/communication/UIInitHandler.java
uitest/src/com/vaadin/tests/push/BasicPushStreaming.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/BasicPushWebsocket.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/PushTransportAnnotation.html [new file with mode: 0644]