05-21-2008 06:10 PM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '//-SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Move Replaced Action Bean –>
<bean id="move-replaced" class="nl.toltech.alfresco.action.MoveReplacedActionExecuter" parent="action-executer">
<property name="nodeService">
<ref bean="NodeService" />
</property>
</bean>
<bean id="extension.actionResourceBundles" parent="actionResourceBundles">
<property name="resourceBundles">
<list>
<value>alfresco.extension.move-replaced-action-messages</value>
</list>
</property>
</bean>
</beans>
move-replaced-action-messages.properties:action_move_replaced=Move replaced to ''{0}''
title_action_move_replaced=Move Replaced Action
<config evaluator="string-compare" condition="Action Wizards">
<!– add custom action handler for "Move Replaced" action –>
<action-handlers>
<handler name="move-replaced" class="nl.toltech.alfresco.action.MoveReplacedHandler" />
</action-handlers>
</config>
action_move_replaced=Move replaced to ''{0}''
title_action_move_replaced=Move Replaced Action
05-22-2008 12:04 AM
05-22-2008 01:33 AM
05-22-2008 01:51 AM
05-23-2008 02:08 AM
05-23-2008 02:37 AM
<bean id="pdfburst-messages" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>org.alfresco.extension.web.bean.actions.handlers.pdf-messages</value>
</list>
</property>
</bean>
05-23-2008 09:56 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.