META-INF.bgoSkintest-spring.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:cwp="http://www.carewebframework.org/schema/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.carewebframework.org/schema/plugin http://www.carewebframework.org/schema/plugin/plugin-extensions.xsd"> <beans profile="root"> <cwp:plugin id="bgoSkinTest" name="Skin Test" url="~./org/carewebframework/rpms/ui/skintest/skinTest.zul"> <cwp:resource> </cwp:resource> <cwp:serialization> <cwp:property name="Update asynchronously" id="allowAsync" type="boolean" description="If true, data requests are processed asynchronously." /> <cwp:property name="Hide buttons" id="hideButtons" type="boolean" description="If true, the toolbar buttons are hidden." /> </cwp:serialization> <!-- You may specify plugin level security constraints here: <cwp:security requiresAll="false"> <cwp:authority name="XXXX"/> </cwp:security> --> </cwp:plugin> </beans> <beans profile="desktop"> <bean id="bgoSkinTestController" class="org.carewebframework.rpms.ui.skintest.controller.SkinTestController" scope="prototype" /> <bean id="bgoAddSkinTestController" class="org.carewebframework.rpms.ui.skintest.controller.AddSkinTestController" scope="prototype" /> </beans> </beans>