org.apache.tapestry.services.impl
Class ServiceMapImpl
java.lang.Object
|
+--org.apache.tapestry.services.impl.ServiceMapImpl
- All Implemented Interfaces:
- ServiceMap
- public class ServiceMapImpl
- extends java.lang.Object
- implements ServiceMap
Implementation of ServiceMap
- Since:
- 3.1
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceMapImpl
public ServiceMapImpl()
initializeService
public void initializeService()
getService
public IEngineService getService(java.lang.String name)
- Description copied from interface:
ServiceMap
- Returns the named service.
- Specified by:
getService
in interface ServiceMap
- Parameters:
name
- the unique name for the service, as defined by each service instance's
IEngineService.getName()
method.
setApplicationServices
public void setApplicationServices(java.util.List applicationServices)
setFactoryServices
public void setFactoryServices(java.util.List factoryServices)
setErrorLog
public void setErrorLog(org.apache.hivemind.ErrorLog errorLog)