All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.isotrol.impe3.palette.oc7.loader.impe3-module.xml Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
<?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-2.5.xsd">

	<import resource="classpath:/com/isotrol/impe3/support/nr/with-content-repository.xml" />

	<bean id="oneByPath" class="com.isotrol.impe3.palette.oc7.loader.PathComponent" scope="prototype">
		<constructor-arg index="0" ref="contentRepository" />
	</bean>

	<bean id="manyByPath" class="com.isotrol.impe3.palette.oc7.loader.ManyPathsComponent" scope="prototype">
		<constructor-arg index="0" ref="contentRepository" />
		<property name="uriGenerator" ref="uriGenerator" /> 
	</bean>
	
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy