| Class | Description |
|---|---|
| AtlassianScannerBeanDefinitionParser |
This class is responsible for handling the "parsing" of the scan-indexes element in the spring beans file.
|
| ClassIndexBeanDefinitionScanner |
This class is responsible for reading the class index files and generating bean definitions from them.
|
| ComponentImportBeanFactoryPostProcessor |
This class is run after all of the bean definitions have been gathered for the current bundle.
|
| DevModeBeanInitialisationLoggerBeanPostProcessor |
A BeanPostProcessor that logs information about the bean before/after initialisation,
so that developers can debug their Spring context.
|
| ExportedSeviceManager |
Utility class to encapsulate the registration/de-registration of OSGi services exported by public components
|
| ServiceExporterBeanPostProcessor |
A BeanPostProcessor that exports OSGi services for beans annotated with both a *Component annotation and the
ExportAsService annotation This essentially does the same thing as the "public=true" on an atlassian-plugin.xml
component entry.
|
Copyright © 2018 Atlassian. All rights reserved.