Package de.hybris.platform.spring.ctx
Class CoreScopeTenantIgnoringDocReader
- java.lang.Object
-
- org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
- de.hybris.platform.spring.ctx.ScopeTenantIgnoreDocReader
-
- de.hybris.platform.spring.ctx.CoreScopeTenantIgnoringDocReader
-
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionDocumentReader
public class CoreScopeTenantIgnoringDocReader extends ScopeTenantIgnoreDocReader
For loading hybris core spring context.Respects global config parameter
HybrisContextLoaderListener.CORE_SPRING_DEVELOPMENT_MODE_FLAG_KEY
to override missing lazy-init attributes if necessary.
-
-
Constructor Summary
Constructors Constructor Description CoreScopeTenantIgnoringDocReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
readLazyInitOverrideConfiguration()
-
Methods inherited from class de.hybris.platform.spring.ctx.ScopeTenantIgnoreDocReader
createDelegate
-
Methods inherited from class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
doRegisterBeanDefinitions, extractSource, getReaderContext, importBeanDefinitionResource, parseBeanDefinitions, postProcessXml, preProcessXml, processAliasRegistration, processBeanDefinition, registerBeanDefinitions
-
-
-
-
Method Detail
-
readLazyInitOverrideConfiguration
protected boolean readLazyInitOverrideConfiguration()
- Overrides:
readLazyInitOverrideConfiguration
in classScopeTenantIgnoreDocReader
-
-