org.demosys.web
Class ServiceLocator
java.lang.Object
|
+--org.demosys.web.ServiceLocator
- public class ServiceLocator
- extends java.lang.Object
TODO : Voir si on remplace le _service locator par des plugins (cf. struts-exemples.war
de la distribution strtus).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceLocator
public ServiceLocator()
getUserService
public org.demosys.web.user.UserService getUserService()
getProjectService
public org.demosys.web.project.ProjectService getProjectService()
getTaskService
public org.demosys.task.TaskService getTaskService()
shutdown
public void shutdown()
- Shutdow the current ServiceLocator with all current services.
TODO : Make a ServiceInterface with a shutdown method to delegate the call.
getStoryService
public org.demosys.web.story.StoryService getStoryService()
- Service des Story.
- Returns:
- Le _service responsable des story.
getIterationService
public org.demosys.web.iteration.IterationService getIterationService()
getServiceLocator
public static final org.demosys.web.ServiceLocator getServiceLocator()
Copyright © 2003-2004 Sourceforge. All Rights Reserved.