Class ScopeTenantIgnoreDocReader

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.BeanDefinitionDocumentReader
    Direct Known Subclasses:
    CoreScopeTenantIgnoringDocReader, WebScopeTenantIgnoreDocReader

    public class ScopeTenantIgnoreDocReader
    extends org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
    Customized DefaultBeanDefinitionDocumentReader which omits tenant scope literal.
    • Field Summary

      • Fields inherited from class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader

        ALIAS_ATTRIBUTE, ALIAS_ELEMENT, BEAN_ELEMENT, IMPORT_ELEMENT, logger, NAME_ATTRIBUTE, NESTED_BEANS_ELEMENT, PROFILE_ATTRIBUTE, RESOURCE_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.beans.factory.xml.BeanDefinitionParserDelegate createDelegate​(org.springframework.beans.factory.xml.XmlReaderContext readerContext, org.w3c.dom.Element root, org.springframework.beans.factory.xml.BeanDefinitionParserDelegate parentDelegate)  
      protected boolean readLazyInitOverrideConfiguration()  
      • Methods inherited from class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader

        doRegisterBeanDefinitions, extractSource, getReaderContext, importBeanDefinitionResource, parseBeanDefinitions, postProcessXml, preProcessXml, processAliasRegistration, processBeanDefinition, registerBeanDefinitions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScopeTenantIgnoreDocReader

        public ScopeTenantIgnoreDocReader()
    • Method Detail

      • readLazyInitOverrideConfiguration

        protected boolean readLazyInitOverrideConfiguration()
      • createDelegate

        protected org.springframework.beans.factory.xml.BeanDefinitionParserDelegate createDelegate​(org.springframework.beans.factory.xml.XmlReaderContext readerContext,
                                                                                                    org.w3c.dom.Element root,
                                                                                                    org.springframework.beans.factory.xml.BeanDefinitionParserDelegate parentDelegate)
        Overrides:
        createDelegate in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader