Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java @ 127:0245a87df368
Made the user factory available in the artifact database.
artifacts/trunk@1351 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 01 Mar 2011 18:45:34 +0000 |
parents | cee54e52000c |
children | 147610c43863 |
comparison
equal
deleted
inserted
replaced
126:76744dcbe826 | 127:0245a87df368 |
---|---|
326 public ServiceFactory [] getServiceFactories() { | 326 public ServiceFactory [] getServiceFactories() { |
327 return serviceFactories; | 327 return serviceFactories; |
328 } | 328 } |
329 | 329 |
330 /** | 330 /** |
331 * Returns the user factory. | |
332 * | |
333 * @return the user factory. | |
334 */ | |
335 public UserFactory getUserFactory() { | |
336 return userFactory; | |
337 } | |
338 | |
339 /** | |
331 * Returns the global context created by the global context factory. | 340 * Returns the global context created by the global context factory. |
332 * @return The global context. | 341 * @return The global context. |
333 */ | 342 */ |
334 public Object getContext() { | 343 public Object getContext() { |
335 return context; | 344 return context; |