Package net.officefloor.spring.extension
Interface AfterSpringLoadSupplierExtensionContext
-
- All Superinterfaces:
SpringSupplierExtensionContext
public interface AfterSpringLoadSupplierExtensionContext extends SpringSupplierExtensionContext
Context for aSpringSupplierExtension
after loadingConfigurableApplicationContext
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.context.ConfigurableApplicationContext
getSpringContext()
Obtains theConfigurableApplicationContext
.-
Methods inherited from interface net.officefloor.spring.extension.SpringSupplierExtensionContext
addThreadSynchroniser, getAvailableTypes, getManagedObject
-
-