
commerce.broadleaf-contentmanagement-module.1.5.5-GA.source-code.bl-cms-applicationContext-entity.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd"> <!-- Entity mappings - override for extensibility --> <bean id="org.broadleafcommerce.cms.page.domain.Page" class="org.broadleafcommerce.cms.page.domain.PageImpl" scope="prototype"/> <bean id="org.broadleafcommerce.cms.page.domain.PageTemplate" class="org.broadleafcommerce.cms.page.domain.PageTemplateImpl" scope="prototype"/> <bean id="org.broadleafcommerce.cms.file.domain.StaticAssetStorage" class="org.broadleafcommerce.cms.file.domain.StaticAssetStorageImpl" scope="prototype"/> <bean id="org.broadleafcommerce.cms.file.domain.StaticAsset" class="org.broadleafcommerce.cms.file.domain.StaticAssetImpl" scope="prototype"/> <bean id="org.broadleafcommerce.cms.structure.domain.StructuredContent" class="org.broadleafcommerce.cms.structure.domain.StructuredContentImpl" scope="prototype"/> <bean id="org.broadleafcommerce.cms.structure.domain.StructuredContentType" class="org.broadleafcommerce.cms.structure.domain.StructuredContentTypeImpl" scope="prototype"/> <bean id="org.broadleafcommerce.cms.structure.domain.StructuredContentFieldTemplate" class="org.broadleafcommerce.cms.structure.domain.StructuredContentFieldTemplateImpl" scope="prototype"/> <bean id="org.broadleafcommerce.cms.structure.domain.StructuredContentRule" class="org.broadleafcommerce.cms.structure.domain.StructuredContentRuleImpl" scope="prototype"/> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy