conf.components-applicationContext.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rsf-web-evolvers Show documentation
Show all versions of rsf-web-evolvers Show documentation
Components package for RSF - produces a JAR containing the Java
definitions of evolvers.
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" 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"> <!-- Use this version when the templates are deployed in a different webapp at the standard path <bean id="componentsTemplateResourceBase" class="java.lang.String"> <constructor-arg value="/../RSFComponents-templates/"/> </bean> --> <bean id="componentsTemplateResourceBase" class="java.lang.String"> <constructor-arg value="/" /> </bean> <bean id="dateSymbolJSEmitter" class="uk.org.ponder.htmlutil.DateSymbolJSEmitter"> <property name="localeGetter" ref="requestLocaleProxy" /> </bean> <bean id="RSFComponentsTemplateContributor" parent="templateContributorParent"> <property name="templateResourceBase" ref="componentsTemplateResourceBase"/> <property name="templateNames" value="old-date, yahoo-date, plainTextEditor, plainSelect, double-list-select, dynamic-list-input, TableWidgets" /> </bean> <bean parent="requestAddressibleParent"> <property name="value" value="brokenDateTransit, fieldDateTransit" /> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy