05-16-2012 12:53 PM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Set web flag action –>
<bean id="set-web-flag" class="java.com.mymodel.action.executer.SetWebFlag" parent="action-executer">
<property name="nodeService">
<ref bean="NodeService" />
</property>
<property name="publicAction">
<value>true</value>
</property>
</bean>
<!– Action properties –>
<bean id="extension.actionResourceBundles" parent="actionResourceBundles">
<property name="resourceBundles">
<list>
<value>alfresco.extension.mymodelactions</value>
</list>
</property>
</bean>
</beans>
05-17-2012 04:13 AM
05-17-2012 06:32 AM
05-18-2012 07:46 AM
06-02-2012 08:15 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.