comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java @ 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 4fc442f1b4f6
children
comparison
equal deleted inserted replaced
3629:f3717e625b0a 3630:28be160b5870
51 "flys.floodmap.river.wms"; 51 "flys.floodmap.river.wms";
52 52
53 /** The key that is used to store an instance of Scheduler in the context.*/ 53 /** The key that is used to store an instance of Scheduler in the context.*/
54 public static final String SCHEDULER = 54 public static final String SCHEDULER =
55 "flys.wsplgen.scheduler"; 55 "flys.wsplgen.scheduler";
56
57 /** Key to store the configured modules in the context. */
58 public static final String MODULES = "flys.modules";
56 59
57 60
58 /** 61 /**
59 * The default constructor. 62 * The default constructor.
60 */ 63 */

http://dive4elements.wald.intevation.org