org.apache.tapestry.services.impl
Class InfrastructureObjectProvider
java.lang.Object
org.apache.tapestry.services.impl.InfrastructureObjectProvider
- All Implemented Interfaces:
- ObjectProvider
public class InfrastructureObjectProvider
- extends Object
- implements ObjectProvider
An ObjectProvider that streamlines access to the central
Infrastructureobject. The locator for this provider is the
name of a property of the Infrastructure.
- 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 |
InfrastructureObjectProvider
public InfrastructureObjectProvider()
provideObject
public Object provideObject(Module contributingModule,
Class propertyType,
String locator,
Location location)
- Specified by:
provideObject in interface ObjectProvider
setErrorLog
public void setErrorLog(ErrorLog errorLog)
setInfrastructure
public void setInfrastructure(Infrastructure infrastructure)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.