eu.etaxonomy.cdm.remote.controller
Class VocabularyController

java.lang.Object
  extended by eu.etaxonomy.cdm.remote.controller.AbstractController<T,SERVICE>
      extended by eu.etaxonomy.cdm.remote.controller.BaseController<TermVocabulary,IVocabularyService>
          extended by eu.etaxonomy.cdm.remote.controller.VocabularyController

@Controller
@RequestMapping(value="/termVocabulary/{uuid}")
public class VocabularyController
extends BaseController<TermVocabulary,IVocabularyService>

Author:
a.kohlbecker

Field Summary
static Logger logger
           
 
Fields inherited from class eu.etaxonomy.cdm.remote.controller.BaseController
baseClass
 
Fields inherited from class eu.etaxonomy.cdm.remote.controller.AbstractController
DEFAULT_INIT_STRATEGY, DEFAULT_PAGE_SIZE, initializationStrategy, service
 
Constructor Summary
VocabularyController()
           
 
Method Summary
 void setService(IVocabularyService service)
           
 
Methods inherited from class eu.etaxonomy.cdm.remote.controller.BaseController
doGet, doGetMethod, getCdmBaseInstance, getCdmBaseInstance, getCdmBaseInstance, getCdmBaseInstance, getCdmBaseInstance, getCdmBaseProperty, initBinder
 
Methods inherited from class eu.etaxonomy.cdm.remote.controller.AbstractController
requestPathAndQuery, setInitializationStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final Logger logger
Constructor Detail

VocabularyController

public VocabularyController()
Method Detail

setService

@Autowired
public void setService(IVocabularyService service)
Specified by:
setService in class AbstractController<TermVocabulary,IVocabularyService>


Copyright © 2007-2013 EDIT. All Rights Reserved.