10-26-2012 11:26 AM
10-26-2012 12:53 PM
<bean id="webframework.classpathstore.presets.custom" class="org.springframework.extensions.webscripts.ClassPathStore">
<property name="mustExist"><value>false</value></property>
<property name="classPath"><value>alfresco/web-extension/site-data/presets</value></property>
</bean>
<bean id="webframework.remotestore.presets" parent="webframework.store.remote.abstract">
<property name="path"><value>alfresco/site-data/presets</value></property>
</bean>
<bean id="webframework.presets.searchpath" class="org.springframework.extensions.webscripts.SearchPath">
<property name="searchPath">
<list>
<ref bean="webframework.classpathstore.presets.custom" />
<ref bean="webframework.classpathstore.presets" />
</list>
</property>
</bean>
<!– Presets manager - configured to walk a search path for preset definition files –>
<bean id="webframework.presets.manager" class="org.springframework.extensions.surf.PresetsManager">
<property name="modelObjectService" ref="webframework.service.modelobject" />
<property name="searchPath" ref="webframework.presets.searchpath" />
<property name="files">
<list>
<value>presets.xml</value>
</list>
</property>
</bean>
10-30-2012 04:54 AM
<!– Add another Presets manager –>
<bean id="custom.webframework.presets.manager" class="org.springframework.extensions.surf.PresetsManager">
<property name="modelObjectService" ref="webframework.service.modelobject" />
<property name="searchPath" ref="webframework.presets.searchpath" />
<property name="files">
<list>
<value>my-presets.xml</value>
</list>
</property>
</bean>
10-30-2012 05:38 AM
10-31-2012 05:07 AM
10-31-2012 10:03 AM
10-31-2012 10:17 AM
03-04-2013 12:04 PM
01-16-2014 11:19 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.