Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/web.xml Wed May 25 14:50:37 2011 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/web.xml Wed May 25 14:58:42 2011 +0000 @@ -167,6 +167,16 @@ <url-pattern>/flys/export</url-pattern> </servlet-mapping> + <servlet> + <servlet-name>CollectionAttributeService</servlet-name> + <servlet-class>de.intevation.flys.client.server.CollectionAttributeServiceImpl</servlet-class> + </servlet> + + <servlet-mapping> + <servlet-name>CollectionAttributeService</servlet-name> + <url-pattern>/flys/collection-attribute</url-pattern> + </servlet-mapping> + <!-- Default page to serve --> <welcome-file-list> <welcome-file>FLYS.html</welcome-file>