|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.eclipse.gemini.blueprint.config.internal.AbstractReferenceDefinitionParser
org.eclipse.gemini.blueprint.config.internal.CollectionBeanDefinitionParser
public abstract class CollectionBeanDefinitionParser
<osgi:list>, <osgi:set>, element parser.
Field Summary |
---|
Fields inherited from class org.eclipse.gemini.blueprint.config.internal.AbstractReferenceDefinitionParser |
---|
GENERATED_REF, PROMOTED_REF |
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
---|
ID_ATTRIBUTE, NAME_ATTRIBUTE |
Constructor Summary | |
---|---|
CollectionBeanDefinitionParser()
|
Method Summary | |
---|---|
protected abstract CollectionType |
collectionType()
Hook used for indicating the main collection type (set/list) on which this parser applies. |
protected Class |
getBeanClass(Element element)
Indicate the bean definition class for this element. |
protected void |
parseAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
AttributeCallback[] callbacks,
OsgiDefaultsDefinition defaults)
Allow subclasses to add their own callbacks. Add support for 'greedy-proxying' attribute. |
protected void |
parseComparator(Element element,
org.springframework.beans.factory.xml.ParserContext context,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parse <comparator> element. |
protected Comparator |
parseNaturalComparator(Element element)
Parse <osgi:natural> element. |
protected void |
parseNestedElements(Element element,
org.springframework.beans.factory.xml.ParserContext context,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parse nested elements. |
Methods inherited from class org.eclipse.gemini.blueprint.config.internal.AbstractReferenceDefinitionParser |
---|
applyDefaultCardinality, applyDefaults, doParse, generateBeanName, getListenerElementName, handleNestedDefinition, parseInterfaces, parseInternal, parseListeners, parsePropertySetElement, parsePropertySubElement, postProcessListenerDefinition, resolveDefaults |
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
---|
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionBeanDefinitionParser()
Method Detail |
---|
protected Class getBeanClass(Element element)
AbstractReferenceDefinitionParser
getBeanClass
in class AbstractReferenceDefinitionParser
protected void parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks, OsgiDefaultsDefinition defaults)
parseAttributes
in class AbstractReferenceDefinitionParser
protected void parseNestedElements(Element element, org.springframework.beans.factory.xml.ParserContext context, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
AbstractReferenceDefinitionParser
parseNestedElements
in class AbstractReferenceDefinitionParser
protected void parseComparator(Element element, org.springframework.beans.factory.xml.ParserContext context, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
element
- context
- builder
- protected Comparator parseNaturalComparator(Element element)
element
-
protected abstract CollectionType collectionType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |