Class ServiceOverrideImpl
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.services.ServiceOverrideImpl
 
 
- 
- All Implemented Interfaces:
 ServiceOverride
@PreventServiceDecoration public class ServiceOverrideImpl extends Object implements ServiceOverride
 
- 
- 
Constructor Summary
Constructors Constructor Description ServiceOverrideImpl(Map<Class,Object> configuration) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectProvidergetServiceOverrideProvider()Returns a provider based on the configuration; this is wired into theMasterObjectProvider's configuration. 
 - 
 
- 
- 
Constructor Detail
- 
ServiceOverrideImpl
public ServiceOverrideImpl(Map<Class,Object> configuration)
 
 - 
 
- 
Method Detail
- 
getServiceOverrideProvider
public ObjectProvider getServiceOverrideProvider()
Description copied from interface:ServiceOverrideReturns a provider based on the configuration; this is wired into theMasterObjectProvider's configuration.- Specified by:
 getServiceOverrideProviderin interfaceServiceOverride
 
 - 
 
 -