comparison flys-client/src/main/webapp/WEB-INF/web.xml @ 526:96e60e0a4345

Added a service stub to update/modify the attribute of a collection (used in the theme control panel). flys-client/trunk@2005 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 25 May 2011 14:58:42 +0000
parents 71a7533555d0
children 017371801479
comparison
equal deleted inserted replaced
525:fc994da131f9 526:96e60e0a4345
165 <servlet-mapping> 165 <servlet-mapping>
166 <servlet-name>ExportService</servlet-name> 166 <servlet-name>ExportService</servlet-name>
167 <url-pattern>/flys/export</url-pattern> 167 <url-pattern>/flys/export</url-pattern>
168 </servlet-mapping> 168 </servlet-mapping>
169 169
170 <servlet>
171 <servlet-name>CollectionAttributeService</servlet-name>
172 <servlet-class>de.intevation.flys.client.server.CollectionAttributeServiceImpl</servlet-class>
173 </servlet>
174
175 <servlet-mapping>
176 <servlet-name>CollectionAttributeService</servlet-name>
177 <url-pattern>/flys/collection-attribute</url-pattern>
178 </servlet-mapping>
179
170 <!-- Default page to serve --> 180 <!-- Default page to serve -->
171 <welcome-file-list> 181 <welcome-file-list>
172 <welcome-file>FLYS.html</welcome-file> 182 <welcome-file>FLYS.html</welcome-file>
173 </welcome-file-list> 183 </welcome-file-list>
174 184

http://dive4elements.wald.intevation.org