Project

General

Profile

« Previous | Next » 

Revision ab380ac6

Added by Andreas Kohlbecker over 15 years ago

Feature and FeatureTree controller

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/DescriptionListController.java
21 21
 * @date 24.03.2009
22 22
 */
23 23
@Controller
24
@RequestMapping(value = {"/*/description.*", "/*/description"})
24
@RequestMapping(value = {"/*/description/"})
25 25
public class DescriptionListController extends BaseListController<DescriptionBase, IDescriptionService> {
26 26

  
27 27
	/* (non-Javadoc)

Also available in: Unified diff