05-15-2012 08:15 PM
06-21-2012 05:27 PM
<beans>
<bean id="webscript.com.someco.GetGlobalProperty.get-global-property.get" class="com.someco.scripts.GetGlobalProperty" parent="webscript">
<property name="host">
<value>${mail.host}</value>
</property>
<property name="port">
<value>${mail.port}</value>
</property>
<property name="protocol">
<value>${mail.protocol}</value>
</property>
</bean>
</beans>
Then, in your Java-backed web script controller, assuming you had getters and setters that matched up to those properties (like getHost, setHost, getPort, setPort), you could just call those getters to grab the values.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.