From: Petter Holmström Date: Tue, 10 Nov 2009 12:21:09 +0000 (+0000) Subject: Preliminary support for portlet events. X-Git-Tag: 6.7.0.beta1~2266^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f886f99171a9257abdeb0a8af986ae8516aca62b;p=vaadin-framework.git Preliminary support for portlet events. svn changeset:9708/svn branch:portlet_2.0 --- diff --git a/WebContent/WEB-INF/liferay-display.xml b/WebContent/WEB-INF/liferay-display.xml index 288a4638c1..2981e08fd4 100644 --- a/WebContent/WEB-INF/liferay-display.xml +++ b/WebContent/WEB-INF/liferay-display.xml @@ -18,5 +18,6 @@ + \ No newline at end of file diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index f097509c87..d05e88e8d7 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -1,7 +1,7 @@ - + PortletDemoPortlet Vaadin PortletDemo @@ -119,6 +119,7 @@ user + HelloWorldPortlet Hello World @@ -135,7 +136,34 @@ HelloWorld HelloWorld + + vaadin:Hello + + + vaadin:Reply + + + + HelloWorldEventPortlet + Hello World Event (non-Vaadin) + com.vaadin.demo.HelloWorldEventPortlet + + text/html + view + + + HelloWorldEvent (non-Vaadin) + HelloWorldEvent (non-Vaadin) + + + vaadin:Reply + + + vaadin:Hello + + + AddressBookPortlet Address Book @@ -270,6 +298,16 @@ user + + + vaadin:Hello + java.lang.String + + + + vaadin:Reply + java.lang.String +