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

Constructor Summary
ServiceMapImpl()
           
 
Method Summary
 IEngineService getService(java.lang.String name)
          Returns the named service.
 void initializeService()
           
 void setApplicationServices(java.util.List applicationServices)
           
 void setErrorLog(org.apache.hivemind.ErrorLog errorLog)
           
 void setFactoryServices(java.util.List factoryServices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceMapImpl

public ServiceMapImpl()
Method Detail

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)