public class UpcasterChainBeanDefinitionParser extends Object
| Constructor and Description |
|---|
UpcasterChainBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Parses the given element representing an UpcasterChain definition and returns the corresponding BeanDefinition.
|
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
Object defaultSerializer)
Parses the given
element, using the given defaultSerializer if none is explicitly
configured. |
public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
element - The element in the application context representing the UpcasterChainparserContext - The parserContext from the application contextpublic org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, Object defaultSerializer)
element, using the given defaultSerializer if none is explicitly
configured.element - The element in the application context representing the UpcasterChainparserContext - The parserContext from the application contextdefaultSerializer - The serializer (definition) to use when none is explicitly configuredCopyright © 2010-2014. All Rights Reserved.