| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParserContext | |
|---|---|
| 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-based BeanFactoryimplementation,
including a standard "spring-beans" DTD. | 
| org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. | 
| org.springframework.scripting.config | Support package for Spring's dynamic language machinery, 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. | 
| Uses of ParserContext in org.springframework.aop.config | 
|---|
| Methods in org.springframework.aop.config with parameters of type ParserContext | |
|---|---|
|  BeanDefinitionHolder | AbstractInterceptorDrivenBeanDefinitionDecorator.decorate(Node node,
         BeanDefinitionHolder definitionHolder,
         ParserContext parserContext) | 
| static void | AopNamespaceUtils.registerAspectJAnnotationAutoProxyCreatorIfNecessary(ParserContext parserContext,
                                                     Element sourceElement) | 
| static void | AopNamespaceUtils.registerAspectJAutoProxyCreatorIfNecessary(ParserContext parserContext,
                                           Element sourceElement) | 
| static void | AopNamespaceUtils.registerAutoProxyCreatorIfNecessary(ParserContext parserContext,
                                    Element sourceElement) | 
| static void | AopNamespaceUtils.registerAutoProxyCreatorIfNecessary(ParserContext parserContext,
                                    Object source)Deprecated. since Spring 2.5, in favor of AopNamespaceUtils.registerAutoProxyCreatorIfNecessary(ParserContext, Element)andAopConfigUtils.registerAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) | 
| Uses of ParserContext in org.springframework.beans.factory.xml | 
|---|
| Methods in org.springframework.beans.factory.xml with parameters of type ParserContext | |
|---|---|
|  BeanDefinitionHolder | BeanDefinitionDecorator.decorate(Node node,
         BeanDefinitionHolder definition,
         ParserContext parserContext)Parse the specified Node(either an element or an attribute) and decorate
 the suppliedBeanDefinition,
 returning the decorated definition. | 
|  BeanDefinitionHolder | SimplePropertyNamespaceHandler.decorate(Node node,
         BeanDefinitionHolder definition,
         ParserContext parserContext) | 
|  BeanDefinitionHolder | NamespaceHandler.decorate(Node source,
         BeanDefinitionHolder definition,
         ParserContext parserContext)Parse the specified Nodeand decorate the suppliedBeanDefinitionHolder, returning the decorated definition. | 
|  BeanDefinitionHolder | NamespaceHandlerSupport.decorate(Node node,
         BeanDefinitionHolder definition,
         ParserContext parserContext)Decorates the supplied Nodeby delegating to theBeanDefinitionDecoratorthat
 is registered to handle thatNode. | 
| protected  void | AbstractSingleBeanDefinitionParser.doParse(Element element,
        ParserContext parserContext,
        BeanDefinitionBuilder builder)Parse the supplied Elementand populate the suppliedBeanDefinitionBuilderas required. | 
|  BeanDefinition | BeanDefinitionParser.parse(Element element,
      ParserContext parserContext)Parse the specified Elementand register the resultingBeanDefinition(s)with thegetRegistry()BeanDefinitionRegistry}
 embedded in the suppliedParserContext. | 
|  BeanDefinition | SimplePropertyNamespaceHandler.parse(Element element,
      ParserContext parserContext) | 
|  BeanDefinition | NamespaceHandler.parse(Element element,
      ParserContext parserContext)Parse the specified Elementand register any resultingBeanDefinitionswith theBeanDefinitionRegistrythat is embedded in the suppliedParserContext. | 
|  BeanDefinition | NamespaceHandlerSupport.parse(Element element,
      ParserContext parserContext)Parses the supplied Elementby delegating to theBeanDefinitionParserthat is
 registered for thatElement. | 
|  BeanDefinition | AbstractBeanDefinitionParser.parse(Element element,
      ParserContext parserContext) | 
| protected abstract  AbstractBeanDefinition | AbstractBeanDefinitionParser.parseInternal(Element element,
              ParserContext parserContext)Central template method to actually parse the supplied Elementinto one or moreBeanDefinitions. | 
| protected  AbstractBeanDefinition | AbstractSingleBeanDefinitionParser.parseInternal(Element element,
              ParserContext parserContext)Creates a BeanDefinitionBuilderinstance 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  String | AbstractBeanDefinitionParser.resolveId(Element element,
          AbstractBeanDefinition definition,
          ParserContext parserContext)Resolve the ID for the supplied BeanDefinition. | 
| Uses of ParserContext in org.springframework.context.annotation | 
|---|
| Methods in org.springframework.context.annotation with parameters of type ParserContext | |
|---|---|
| protected  ClassPathBeanDefinitionScanner | ComponentScanBeanDefinitionParser.configureScanner(ParserContext parserContext,
                 Element element) | 
|  BeanDefinition | ComponentScanBeanDefinitionParser.parse(Element element,
      ParserContext parserContext) | 
|  BeanDefinition | AnnotationConfigBeanDefinitionParser.parse(Element element,
      ParserContext parserContext) | 
| Uses of ParserContext in org.springframework.scripting.config | 
|---|
| Methods in org.springframework.scripting.config with parameters of type ParserContext | |
|---|---|
|  BeanDefinition | ScriptingDefaultsParser.parse(Element element,
      ParserContext parserContext) | 
| Uses of ParserContext in org.springframework.transaction.config | 
|---|
| Methods in org.springframework.transaction.config with parameters of type ParserContext | |
|---|---|
| protected  String | JtaTransactionManagerBeanDefinitionParser.resolveId(Element element,
          AbstractBeanDefinition definition,
          ParserContext parserContext) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||