Project

General

Profile

« Previous | Next » 

Revision c2da9839

Added by Markus Döring over 16 years ago

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/service/ICdmService.java
29 29
 * Methods adopted from ws_method as found in
30 30
 * http://dev.e-taxonomy.eu/svn/trunk/drupal/modules/cdm_dataportal/cdm_api.module
31 31
 * 
32
 * For URL mappings to these services please see:
33
 * src/main/webapp/WEB-INF/cdmrest-servlet.xml
34
 * 
32 35
 * @author m.doering
33 36
 * @author a.kohlbecker
34 37
 * @version 1.0
cdmlib-remote/src/main/webapp/WEB-INF/cdmrest-servlet.xml
21 21
                <prop key="/(whatis:dto/(*:uuid)">restController</prop>
22 22
                <prop key="/(name:dto)/(*:uuid)">restController</prop>
23 23
                <prop key="/(taxon:dto)/(*:uuid)">restController</prop>
24
                <prop key="/(simple:action)/(taxon:dto)/(*:uuid)">restController</prop>
25
                <prop key="/(simple:action)/(name:dto)/(*:uuid)">restController</prop>
26
                <prop key="/(simple:action)/(ref:dto)/(*:uuid)">restController</prop>
24 27
                <prop key="/(find:action)/(taxon:dto)/(*:q)">restController</prop>
25 28
                <prop key="/(taxonomy:action)/(*:uuid)/(parent:operation)">restController</prop>
26 29
                <prop key="/(taxonomy:action)/(*:uuid)/(children:operation)">restController</prop>

Also available in: Unified diff