Project

General

Profile

Download (1.05 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
3
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
    xsi:schemaLocation="http://www.springframework.org/schema/beans
5
    http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
6

    
7
    <!--
8
        ===============================================================
9
        This is the configuration file for the
10
        eu.etaxonomy.cdm.remote.view.PatternViewResolver
11
        ===============================================================
12

    
13
      - bean names are ant style patterns
14
      - the eu.etaxonomy.cdm.remote.view.PatternViewResolver
15
        must be used to resolve patterns used as bean names
16
      - the views listed here are responsible for rdf repsponse formats 
17
    -->
18

    
19

    
20
     <bean name="**/name_catalogue/* **/name_catalogue" class="eu.etaxonomy.cdm.remote.view.RdfView">
21
      <property name="type" value="RDFXML" />
22
      <property name="rdfMarshaller" ref="rdfMarshaller"/>
23
      <property name="mapper" ref="dozerMapper"/>
24
    </bean>
25

    
26

    
27

    
28
</beans>
(6-6/8)