summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/portlet.xml
diff options
context:
space:
mode:
authorPetter Holmström <petter.holmstrom@itmill.com>2009-11-04 11:57:39 +0000
committerPetter Holmström <petter.holmstrom@itmill.com>2009-11-04 11:57:39 +0000
commit7a57f91892e8ed0d43a725e123c6ca132568256a (patch)
treebe7dd970353237d1952ee608f085a6fcf3f4c855 /WebContent/WEB-INF/portlet.xml
parentb81fdccc968d25bb4b9ba80a1f82bf3fa40e9891 (diff)
downloadvaadin-framework-7a57f91892e8ed0d43a725e123c6ca132568256a.tar.gz
vaadin-framework-7a57f91892e8ed0d43a725e123c6ca132568256a.zip
Added more demo portlets.
svn changeset:9618/svn branch:portlet_2.0
Diffstat (limited to 'WebContent/WEB-INF/portlet.xml')
-rw-r--r--WebContent/WEB-INF/portlet.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml
index 719560852c..f097509c87 100644
--- a/WebContent/WEB-INF/portlet.xml
+++ b/WebContent/WEB-INF/portlet.xml
@@ -153,7 +153,29 @@
<short-title>Address Book</short-title>
</portlet-info>
</portlet>
- <!-- TODO -->
+
+ <portlet>
+ <portlet-name>SamplerPortlet</portlet-name>
+ <display-name>Sampler</display-name>
+ <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class>
+ <init-param>
+ <name>application</name>
+ <value>com.vaadin.demo.sampler.SamplerApplication</value>
+ </init-param>
+ <init-param>
+ <name>widgetset</name>
+ <value>com.vaadin.demo.sampler.gwt.SamplerWidgetSet</value>
+ </init-param>
+ <supports>
+ <mime-type>text/html</mime-type>
+ <portlet-mode>view</portlet-mode>
+ </supports>
+ <portlet-info>
+ <title>Sampler</title>
+ <short-title>Sampler</short-title>
+ </portlet-info>
+ </portlet>
+
<portlet>
<portlet-name>CalcPortlet</portlet-name>
<display-name>Calc</display-name>