dnet-core/dnet-data-services/src/main/resources/eu/dnetlib/data/cleaner/inspector/webContext-cleaner-inspecto...

20 lines
707 B
XML

<?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:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="cleanerInspectorGroup"
class="eu.dnetlib.enabling.inspector.StaticEntryPointDescriptorGroup"
p:name="cleaner">
<property name="descriptors">
<list>
<bean class="eu.dnetlib.enabling.inspector.StaticEntryPointDescriptor"
p:name="cleaner" p:relativeUrl="cleaner.do"
p:hiddenAsDefault="true"/>
</list>
</property>
</bean>
</beans>