Uses of Class
org.springframework.beans.factory.xml.ParserContext
Packages that use ParserContext Package Description org.springframework.aop.config Support package for declarative AOP configuration, with XML schema being the primary configuration format.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.scheduling.config Support package for declarative scheduling configuration, with XML schema being the primary configuration format.org.springframework.transaction.config Support package for declarative transaction configuration, with XML schema being the primary configuration format.org.springframework.web.servlet.config Defines the XML configuration namespace for Spring MVC.Uses of ParserContext in org.springframework.aop.config
Methods in org.springframework.aop.config with parameters of type ParserContext Modifier and Type Method Description 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.xml
Methods in org.springframework.beans.factory.xml with parameters of type ParserContext Modifier and Type Method Description BeanDefinitionHolderBeanDefinitionDecorator. decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext)Parse the specifiedNode(either an element or an attribute) and decorate the suppliedBeanDefinition, returning the decorated definition.BeanDefinitionHolderNamespaceHandler. decorate(Node source, BeanDefinitionHolder definition, ParserContext parserContext)Parse the specifiedNodeand decorate the suppliedBeanDefinitionHolder, returning the decorated definition.BeanDefinitionHolderNamespaceHandlerSupport. decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext)Decorates the suppliedNodeby delegating to theBeanDefinitionDecoratorthat is registered to handle thatNode.BeanDefinitionHolderSimpleConstructorNamespaceHandler. decorate(Node node, BeanDefinitionHolder definition, ParserContext parserContext)BeanDefinitionHolderSimplePropertyNamespaceHandler. 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.BeanDefinitionAbstractBeanDefinitionParser. parse(Element element, ParserContext parserContext)BeanDefinitionBeanDefinitionParser. parse(Element element, ParserContext parserContext)Parse the specifiedElementand register the resultingBeanDefinition(s)with theBeanDefinitionRegistryembedded in the suppliedParserContext.BeanDefinitionNamespaceHandler. parse(Element element, ParserContext parserContext)Parse the specifiedElementand register any resultingBeanDefinitionswith theBeanDefinitionRegistrythat is embedded in the suppliedParserContext.BeanDefinitionNamespaceHandlerSupport. parse(Element element, ParserContext parserContext)Parses the suppliedElementby delegating to theBeanDefinitionParserthat is registered for thatElement.BeanDefinitionSimpleConstructorNamespaceHandler. parse(Element element, ParserContext parserContext)BeanDefinitionSimplePropertyNamespaceHandler. parse(Element element, ParserContext parserContext)protected abstract AbstractBeanDefinitionAbstractBeanDefinitionParser. parseInternal(Element element, ParserContext parserContext)Central template method to actually parse the suppliedElementinto one or moreBeanDefinitions.protected AbstractBeanDefinitionAbstractSingleBeanDefinitionParser. parseInternal(Element element, ParserContext parserContext)Creates aBeanDefinitionBuilderinstance for thebean Classand passes it to theAbstractSingleBeanDefinitionParser.doParse(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext, org.springframework.beans.factory.support.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.annotation
Methods in org.springframework.context.annotation with parameters of type ParserContext Modifier and Type Method Description protected ClassPathBeanDefinitionScannerComponentScanBeanDefinitionParser. configureScanner(ParserContext parserContext, Element element)protected TypeFilterComponentScanBeanDefinitionParser. createTypeFilter(Element element, ClassLoader classLoader, ParserContext parserContext)BeanDefinitionAnnotationConfigBeanDefinitionParser. parse(Element element, ParserContext parserContext)BeanDefinitionComponentScanBeanDefinitionParser. parse(Element element, ParserContext parserContext)protected voidComponentScanBeanDefinitionParser. parseTypeFilters(Element element, ClassPathBeanDefinitionScanner scanner, ParserContext parserContext)Uses of ParserContext in org.springframework.scheduling.config
Methods in org.springframework.scheduling.config with parameters of type ParserContext Modifier and Type Method Description protected voidExecutorBeanDefinitionParser. doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)protected voidScheduledTasksBeanDefinitionParser. doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)BeanDefinitionAnnotationDrivenBeanDefinitionParser. parse(Element element, ParserContext parserContext)Uses of ParserContext in org.springframework.transaction.config
Methods in org.springframework.transaction.config with parameters of type ParserContext Modifier and Type Method Description protected StringJtaTransactionManagerBeanDefinitionParser. resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext)Uses of ParserContext in org.springframework.web.servlet.config
Methods in org.springframework.web.servlet.config with parameters of type ParserContext Modifier and Type Method Description protected voidFreeMarkerConfigurerBeanDefinitionParser. doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)protected voidScriptTemplateConfigurerBeanDefinitionParser. doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)protected voidTilesConfigurerBeanDefinitionParser. doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)static ObjectMvcNamespaceUtils. getContentNegotiationManager(ParserContext context)Find theContentNegotiationManagerbean created by or registered with theannotation-drivenelement.BeanDefinitionCorsBeanDefinitionParser. parse(Element element, ParserContext parserContext)BeanDefinitionViewResolversBeanDefinitionParser. parse(Element element, ParserContext context)static RuntimeBeanReferenceMvcNamespaceUtils. registerCorsConfigurations(Map<String,CorsConfiguration> corsConfigurations, ParserContext context, Object source)Registers aMap<String, CorsConfiguration>(mappedCorsConfigurations) under a well-known name unless already registered.static voidMvcNamespaceUtils. registerDefaultComponents(ParserContext parserContext, Object source)static RuntimeBeanReferenceMvcNamespaceUtils. registerPathMatcher(RuntimeBeanReference pathMatcherRef, ParserContext parserContext, 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. registerUrlPathHelper(RuntimeBeanReference urlPathHelperRef, ParserContext parserContext, 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)protected StringTilesConfigurerBeanDefinitionParser. resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext)