summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-28 12:47:41 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-28 12:47:41 +0000
commit1c6c31640137776d48e344409f6f3e51e411c574 (patch)
treecc4a94f5949febfa33ae755c9d745b7099adbd2c /WebContent/WEB-INF
parentb9a1f5536a1ffa6fbfad17a81589d96af8f651a8 (diff)
downloadvaadin-framework-1c6c31640137776d48e344409f6f3e51e411c574.tar.gz
vaadin-framework-1c6c31640137776d48e344409f6f3e51e411c574.zip
Reindeer style name reference example added to web.xml and index.html.
svn changeset:8062/svn branch:6.0
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r--WebContent/WEB-INF/web.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 1737dd9e58..e1a96e7413 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -203,6 +203,15 @@
<param-value>com.vaadin.demo.coverflow.gwt.CoverflowWidgetSet</param-value>
</init-param>
</servlet>
+
+ <servlet>
+ <servlet-name>ReindeerThemeStyles</servlet-name>
+ <servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>
+ <init-param>
+ <param-name>application</param-name>
+ <param-value>com.vaadin.demo.themes.ReindeerThemeStyles</param-value>
+ </init-param>
+ </servlet>
<servlet>
<servlet-name>FeaturesApplication</servlet-name>
@@ -500,6 +509,11 @@
<servlet-name>AddressBook</servlet-name>
<url-pattern>/AddressBook/*</url-pattern>
</servlet-mapping>
+
+ <servlet-mapping>
+ <servlet-name>ReindeerThemeStyles</servlet-name>
+ <url-pattern>/ReindeerTheme/*</url-pattern>
+ </servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>