public class AtlassianScannerBeanDefinitionParser extends Object implements org.springframework.beans.factory.xml.BeanDefinitionParser
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVAX_INJECT_CLASSNAME |
| Constructor and Description |
|---|
AtlassianScannerBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected void |
registerComponents(org.springframework.beans.factory.xml.XmlReaderContext readerContext,
Set<org.springframework.beans.factory.config.BeanDefinitionHolder> beanDefinitions,
Element element,
String profileName)
Takes the scanned bean definitions and adds them to a root component.
|
public static final String JAVAX_INJECT_CLASSNAME
public AtlassianScannerBeanDefinitionParser()
public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParserprotected void registerComponents(org.springframework.beans.factory.xml.XmlReaderContext readerContext,
Set<org.springframework.beans.factory.config.BeanDefinitionHolder> beanDefinitions,
Element element,
String profileName)
readerContext - the xml contextbeanDefinitions - the set of bean definitionselement - the xml element of definitionprofileName - the name of the profile to read definitions fromCopyright © 2018 Atlassian. All rights reserved.