org.apache.tapestry5.ioc.internal.services
Class ServiceOverrideImpl

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.ServiceOverrideImpl
All Implemented Interfaces:
ServiceOverride

@PreventServiceDecoration
public class ServiceOverrideImpl
extends Object
implements ServiceOverride


Constructor Summary
ServiceOverrideImpl(Map<Class,Object> configuration)
           
 
Method Summary
 ObjectProvider getServiceOverrideProvider()
          Returns a provider based on the configuration; this is wired into the MasterObjectProvider's configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceOverrideImpl

public ServiceOverrideImpl(Map<Class,Object> configuration)
Method Detail

getServiceOverrideProvider

public ObjectProvider getServiceOverrideProvider()
Description copied from interface: ServiceOverride
Returns a provider based on the configuration; this is wired into the MasterObjectProvider's configuration.

Specified by:
getServiceOverrideProvider in interface ServiceOverride


Copyright © 2003-2012 The Apache Software Foundation.