类 JsrBeanDefinitionDocumentReader

  • 所有已实现的接口:
    org.springframework.beans.factory.xml.BeanDefinitionDocumentReader

    public class JsrBeanDefinitionDocumentReader
    extends org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader

    DefaultBeanDefinitionDocumentReader extension to hook into the pre processing of the provided XML document, ensuring any references to property operators such as jobParameters and jobProperties are resolved prior to loading the context. Since we know these initial values upfront, doing this transformation allows us to ensure values are retrieved in their resolved form prior to loading the context and property operators can be used on any element. This document reader will also look for references to artifacts by the same name and create new bean definitions to provide the ability to create new instances.

    从以下版本开始:
    3.0
    作者:
    Chris Schaefer, Mahmoud Ben Hassine
    • 字段概要

      • 从类继承的字段 org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader

        ALIAS_ATTRIBUTE, ALIAS_ELEMENT, BEAN_ELEMENT, IMPORT_ELEMENT, logger, NAME_ATTRIBUTE, NESTED_BEANS_ELEMENT, PROFILE_ATTRIBUTE, RESOURCE_ATTRIBUTE
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      protected java.util.PropertiesgetJobParameters() 
      protected java.util.PropertiesgetJobProperties() 
      protected voidinitProperties​(org.w3c.dom.Element root) 
      protected voidpreProcessXml​(org.w3c.dom.Element root) 
      • 从类继承的方法 org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader

        createDelegate, doRegisterBeanDefinitions, extractSource, getReaderContext, importBeanDefinitionResource, parseBeanDefinitions, postProcessXml, processAliasRegistration, processBeanDefinition, registerBeanDefinitions
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait