comparison flys-artifacts/doc/conf/conf.xml @ 3630:28be160b5870

Add a module service. It's now possible to configure the modules which are available for a client. With the selected attribute it is possible to give a hint for the client which module should be pre selected by default flys-artifacts/trunk@5330 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 31 Aug 2012 13:17:16 +0000
parents 68beaa827751
children 0edc05642fa4
comparison
equal deleted inserted replaced
3629:f3717e625b0a 3630:28be160b5870
180 description="Returns a list of Themes filtered by theme name.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> 180 description="Returns a list of Themes filtered by theme name.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory>
181 <service-factory 181 <service-factory
182 name="sq-km-chart" 182 name="sq-km-chart"
183 service="de.intevation.flys.artifacts.services.SQKMChartService" 183 service="de.intevation.flys.artifacts.services.SQKMChartService"
184 description="Returns a chart of km and date of meassuring points of a given river.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> 184 description="Returns a chart of km and date of meassuring points of a given river.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory>
185 <service-factory
186 name="modules"
187 service="de.intevation.flys.artifacts.services.ModuleService"
188 description="Returns a list of available modules.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory>
185 </service-factories> 189 </service-factories>
186 190
187 </factories> 191 </factories>
188 192
189 <lifetime-listeners> 193 <lifetime-listeners>
213 <artifact name="fixanalysis" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/artifacts/fixanalysis.xml" /> 217 <artifact name="fixanalysis" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/artifacts/fixanalysis.xml" />
214 <artifact name="gaugedischarge" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/artifacts/gaugedischarge.xml" /> 218 <artifact name="gaugedischarge" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/artifacts/gaugedischarge.xml" />
215 <artifact name="qsector" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/artifacts/qsector.xml" /> 219 <artifact name="qsector" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${artifacts.config.dir}/artifacts/qsector.xml" />
216 </artifacts> 220 </artifacts>
217 221
222 <modules>
223 <module name="winfo" selected="true"/>
224 <module name="minfo"/>
225 <module name="new_map"/>
226 <module name="new_chart"/>
227 <module name="fixanalysis"/>
228 </modules>
218 229
219 <hooks> 230 <hooks>
220 <hook 231 <hook
221 class="de.intevation.flys.artifacts.CollectionMonitor" 232 class="de.intevation.flys.artifacts.CollectionMonitor"
222 applies="post-feed,post-advance,post-describe" 233 applies="post-feed,post-advance,post-describe"

http://dive4elements.wald.intevation.org