Mercurial > dive4elements > river
diff flys-client/src/main/webapp/WEB-INF/web.xml @ 1285:0f3b19df1880
Added new service and model for collection item attributes.
flys-client/trunk@2871 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 30 Sep 2011 10:57:56 +0000 |
parents | 478a571f1f94 |
children | 6ba17b628552 |
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/web.xml Fri Sep 30 07:49:41 2011 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/web.xml Fri Sep 30 10:57:56 2011 +0000 @@ -208,6 +208,16 @@ </servlet-mapping> <servlet> + <servlet-name>CollectionItemAttributeService</servlet-name> + <servlet-class>de.intevation.flys.client.server.CollectionItemAttributeServiceImpl</servlet-class> + </servlet> + + <servlet-mapping> + <servlet-name>CollectionItemAttributeService</servlet-name> + <url-pattern>/flys/collection-item-attribute</url-pattern> + </servlet-mapping> + + <servlet> <servlet-name>ChartInfoService</servlet-name> <servlet-class>de.intevation.flys.client.server.ChartInfoServiceImpl</servlet-class> </servlet>