]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/spring/slc-xslt-servlet.xml
Add some variables.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.server / src / main / resources / org / argeo / slc / server / spring / slc-xslt-servlet.xml
index 35afb02f61a12c2980f623317c3b293a5cbb3e34..b085218096806538be794e78c5415e56368ebccc 100644 (file)
@@ -1,12 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xmlns:aop="http://www.springframework.org/schema/aop"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd"
-       default-lazy-init="true">
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
 
-       <import
-               resource="classpath:/org/argeo/slc/castor/spring/applicationContext.xml" />
+       <import resource="classpath:/org/argeo/slc/castor/spring/applicationContext.xml" />
 
        <bean
                class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping">
        </bean>
 
 
-       <bean id="viewResolverXslt"
-               class="org.argeo.slc.web.mvc.XsltMarshallerViewResolver">
+       <bean id="viewResolverXslt" class="org.argeo.slc.web.mvc.XsltMarshallerViewResolver">
                <property name="viewClass">
-                       <value>org.argeo.slc.web.mvc.XsltMarshallerView</value>
+                       <value>org.argeo.slc.web.mvc.XsltMarshallerView
+                       </value>
                </property>
                <property name="prefix">
                        <value>WEB-INF/xslt/</value>