webx-component.xml
1.25 KB
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:services="http://www.alibaba.com/schema/services"
xmlns:pull-factories="http://www.alibaba.com/schema/services/pull/factories"
xsi:schemaLocation="
http://www.alibaba.com/schema/services http://localhost:8080/schema/services.xsd
http://www.alibaba.com/schema/services/pull/factories http://localhost:8080/schema/services-pull-factories.xsd
http://www.springframework.org/schema/beans http://localhost:8080/schema/www.springframework.org/schema/beans/spring-beans.xsd
">
<!-- 此文件仅被 webx-*.xml 引用。 -->
<!-- 注意:此文件需要property-placeholder变量:${component}。 -->
<!-- 综合设置。 -->
<services:webx-configuration />
<!-- 将beans暴露给模板。 -->
<services:pull>
<pull-factories:utils />
<pull-factories:rundata-tool />
<!--<pull-factories:csrfToken />
<pull-factories:form-tool />-->
<pull-factories:control-tool />
<pull-factories:uris-tool />
</services:pull>
</beans:beans>