Package net.officefloor.frame.api.source
Interface ServiceContext
-
- All Superinterfaces:
SourceContext
,SourceProperties
- All Known Implementing Classes:
ConfigurationSourceContextImpl
,ExecutiveContextImpl
,ExecutiveSourceContextImpl
,ManagedFunctionSourceContextImpl
,ManagedObjectPoolSourceContextImpl
,ManagedObjectSourceContextImpl
,OfficeFloorSourceContextImpl
,OfficeSourceContextImpl
,SectionSourceContextImpl
,SourceContextImpl
,SupplierSourceContextImpl
,TeamSourceContextWrapper
,WoofTemplateChangeContextImpl
,WoofTemplateExtensionChangeContextImpl
public interface ServiceContext extends SourceContext
Context for theServiceFactory
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.SourceContext
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServices
-
Methods inherited from interface net.officefloor.frame.api.source.SourceProperties
getProperties, getProperty, getProperty, getPropertyNames
-
-