Uses of Class
org.springframework.beans.factory.xml.ParserContext
Packages that use ParserContext
Package
Description
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
Contains an abstract XML-based 
BeanFactory implementation,
including a standard "spring-beans" XSD.Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
Support package for declarative transaction configuration,
with XML schema being the primary configuration format.
Defines the XML configuration namespace for Spring MVC.
- 
Uses of ParserContext in org.springframework.aop.configMethods in org.springframework.aop.config with parameters of type ParserContextModifier and TypeMethodDescriptionfinal BeanDefinitionHolderAbstractInterceptorDrivenBeanDefinitionDecorator.decorate(Node node, BeanDefinitionHolder definitionHolder, ParserContext parserContext) static voidAopNamespaceUtils.registerAspectJAnnotationAutoProxyCreatorIfNecessary(ParserContext parserContext, Element sourceElement) static voidAopNamespaceUtils.registerAspectJAutoProxyCreatorIfNecessary(ParserContext parserContext, Element sourceElement) static voidAopNamespaceUtils.registerAutoProxyCreatorIfNecessary(ParserContext parserContext, Element sourceElement) 
- 
Uses of ParserContext in org.springframework.beans.factory.xmlMethods in org.springframework.beans.factory.xml with parameters of type ParserContextModifier and TypeMethodDescriptionBeanDefinitionDecorator.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) Parse the specifiedNode(either an element or an attribute) and decorate the suppliedBeanDefinition, returning the decorated definition.NamespaceHandler.decorate(Node source, BeanDefinitionHolder definition, ParserContext parserContext) Parse the specifiedNodeand decorate the suppliedBeanDefinitionHolder, returning the decorated definition.NamespaceHandlerSupport.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) Decorates the suppliedNodeby delegating to theBeanDefinitionDecoratorthat is registered to handle thatNode.SimpleConstructorNamespaceHandler.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) SimplePropertyNamespaceHandler.decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext) protected voidAbstractSimpleBeanDefinitionParser.doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) Parse the suppliedElementand populate the suppliedBeanDefinitionBuilderas required.protected voidAbstractSingleBeanDefinitionParser.doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) Parse the suppliedElementand populate the suppliedBeanDefinitionBuilderas required.protected booleanAbstractSimpleBeanDefinitionParser.isEligibleAttribute(Attr attribute, ParserContext parserContext) Determine whether the given attribute is eligible for being turned into a corresponding bean property value.final @Nullable BeanDefinitionAbstractBeanDefinitionParser.parse(Element element, ParserContext parserContext) BeanDefinitionParser.parse(Element element, ParserContext parserContext) Parse the specifiedElementand register the resultingBeanDefinition(s)with theBeanDefinitionRegistryembedded in the suppliedParserContext.NamespaceHandler.parse(Element element, ParserContext parserContext) Parse the specifiedElementand register any resultingBeanDefinitionswith theBeanDefinitionRegistrythat is embedded in the suppliedParserContext.NamespaceHandlerSupport.parse(Element element, ParserContext parserContext) Parses the suppliedElementby delegating to theBeanDefinitionParserthat is registered for thatElement.SimpleConstructorNamespaceHandler.parse(Element element, ParserContext parserContext) SimplePropertyNamespaceHandler.parse(Element element, ParserContext parserContext) protected abstract @Nullable AbstractBeanDefinitionAbstractBeanDefinitionParser.parseInternal(Element element, ParserContext parserContext) Central template method to actually parse the suppliedElementinto one or moreBeanDefinitions.protected final AbstractBeanDefinitionAbstractSingleBeanDefinitionParser.parseInternal(Element element, ParserContext parserContext) Creates aBeanDefinitionBuilderinstance for thebean Classand passes it to theAbstractSingleBeanDefinitionParser.doParse(Element, ParserContext, BeanDefinitionBuilder)strategy method.protected StringAbstractBeanDefinitionParser.resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) Resolve the ID for the suppliedBeanDefinition.
- 
Uses of ParserContext in org.springframework.context.annotationMethods in org.springframework.context.annotation with parameters of type ParserContextModifier and TypeMethodDescriptionprotected ClassPathBeanDefinitionScannerComponentScanBeanDefinitionParser.configureScanner(ParserContext parserContext, Element element) protected TypeFilterComponentScanBeanDefinitionParser.createTypeFilter(Element element, @Nullable ClassLoader classLoader, ParserContext parserContext) AnnotationConfigBeanDefinitionParser.parse(Element element, ParserContext parserContext) ComponentScanBeanDefinitionParser.parse(Element element, ParserContext parserContext) protected voidComponentScanBeanDefinitionParser.parseTypeFilters(Element element, ClassPathBeanDefinitionScanner scanner, ParserContext parserContext) 
- 
Uses of ParserContext in org.springframework.scheduling.configMethods in org.springframework.scheduling.config with parameters of type ParserContextModifier and TypeMethodDescriptionprotected voidExecutorBeanDefinitionParser.doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) protected voidScheduledTasksBeanDefinitionParser.doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) AnnotationDrivenBeanDefinitionParser.parse(Element element, ParserContext parserContext) 
- 
Uses of ParserContext in org.springframework.transaction.configMethods in org.springframework.transaction.config with parameters of type ParserContextModifier and TypeMethodDescriptionprotected StringJtaTransactionManagerBeanDefinitionParser.resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) 
- 
Uses of ParserContext in org.springframework.web.servlet.configMethods in org.springframework.web.servlet.config with parameters of type ParserContextModifier and TypeMethodDescriptionprotected voidFreeMarkerConfigurerBeanDefinitionParser.doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) protected voidScriptTemplateConfigurerBeanDefinitionParser.doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) MvcNamespaceUtils.getContentNegotiationManager(ParserContext context) Find theContentNegotiationManagerbean created by or registered with theannotation-drivenelement.CorsBeanDefinitionParser.parse(Element element, ParserContext parserContext) ViewResolversBeanDefinitionParser.parse(Element element, ParserContext context) static RuntimeBeanReferenceMvcNamespaceUtils.registerCorsConfigurations(@Nullable Map<String, CorsConfiguration> corsConfigurations, ParserContext context, @Nullable Object source) Registers aMap<String, CorsConfiguration>(mappedCorsConfigurations) under a well-known name unless already registered.static voidMvcNamespaceUtils.registerDefaultComponents(ParserContext context, @Nullable Object source) static RuntimeBeanReferenceMvcNamespaceUtils.registerPathMatcher(@Nullable RuntimeBeanReference pathMatcherRef, ParserContext context, @Nullable Object source) Adds an alias to an existing well-known name or registers a new instance of aPathMatcherunder that well-known name, unless already registered.static RuntimeBeanReferenceMvcNamespaceUtils.registerPatternParser(@Nullable RuntimeBeanReference patternParserRef, ParserContext context, @Nullable Object source) Adds an alias to an existing well-known name or registers a new instance of aPathPatternParserunder that well-known name, unless already registered.static RuntimeBeanReferenceMvcNamespaceUtils.registerUrlPathHelper(@Nullable RuntimeBeanReference urlPathHelperRef, ParserContext context, @Nullable Object source) Adds an alias to an existing well-known name or registers a new instance of aUrlPathHelperunder that well-known name, unless already registered.protected StringFreeMarkerConfigurerBeanDefinitionParser.resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) protected StringGroovyMarkupConfigurerBeanDefinitionParser.resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) protected StringScriptTemplateConfigurerBeanDefinitionParser.resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext)