Project

General

Profile

Download (713 Bytes) Statistics
| Branch: | Tag: | Revision:
1
// $Id$
2
/**
3
 * Copyright (C) 2009 EDIT
4
 * European Distributed Institute of Taxonomy 
5
 * http://www.e-taxonomy.eu
6
 * 
7
 * The contents of this file are subject to the Mozilla Public License Version 1.1
8
 * See LICENSE.TXT at the top of this package for the full license terms.
9
 */
10

    
11
package eu.etaxonomy.cdm.remote.controller;
12

    
13
import org.springframework.stereotype.Controller;
14
import org.springframework.web.bind.annotation.RequestMapping;
15

    
16
/**
17
 * @author a.kohlbecker
18
 * @date 09.04.2009
19
 *
20
 */
21
//currently unused @Controller
22
@RequestMapping(value = {"/*/portal/featuretree/", "/*/portal/featuretree/*"})
23
public class FeatureTreeListPortalController extends FeatureTreeListController {
24

    
25
}
(11-11/26)