All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commerce.broadleaf-admin-module.2.2.0-GA.source-code.applicationContext-servlet-admin.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:mvc="http://www.springframework.org/schema/mvc"
       xmlns:aop="http://www.springframework.org/schema/aop"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
            http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd
            http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd">

    <bean id="adminUrlMapping" class="org.broadleafcommerce.openadmin.security.CompatibleGWTSecuredHandler">
        <property name="mappings">
            <map>
                <entry key="/**/security.service" value-ref="blAdminSecurityRemoteService"/>
                <entry key="/**/dynamic.entity.service" value-ref="blDynamicEntityRemoteService"/>
                <entry key="/**/upload.progress.service" value-ref="blUploadRemoteService"/>
                <entry key="/**/utility.service" value-ref="blUtilityRemoteService"/>
                <entry key="/**/app.configuration.service" value-ref="blAppConfigurationRemoteService"/>
                <entry key="/**/blc_gwt_logging" value-ref="blLog4JRemoteGwtLoggingService"/>
                <entry key="/**/admin.catalog.service" value-ref="blAdminCatalogRemoteService"/>
                <entry key="/**/admin.export.service" value-ref="blAdminExporterRemoteService"/>
            </map>
        </property>
        <property name="serviceExporterFactory">
            <bean class="org.broadleafcommerce.openadmin.security.CompatibleGWTSecuredRPCServiceExporterFactory"/>
        </property>
    </bean>

    <aop:config/>

    <mvc:annotation-driven/>

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy