org.apache.tapestry.services.impl
Class ServiceMapImpl
java.lang.Object
org.apache.tapestry.services.impl.ServiceMapImpl
- All Implemented Interfaces:
- EngineServiceSource, ServiceMap
- public class ServiceMapImpl
- extends java.lang.Object
- implements ServiceMap, EngineServiceSource
Implementation of ServiceMap
- Since:
- 4.0
- 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.
resolveEngineService
public IEngineService resolveEngineService(java.lang.String name)
- This returns the actual service, not the outer proxy.
- Specified by:
resolveEngineService
in interface EngineServiceSource
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)