nl.surfnet.coin.csa.api.control
Class TaxonomyApiController

java.lang.Object
  extended by nl.surfnet.coin.csa.api.control.BaseApiController
      extended by nl.surfnet.coin.csa.api.control.TaxonomyApiController

@Controller
@RequestMapping
public class TaxonomyApiController
extends BaseApiController


Constructor Summary
TaxonomyApiController()
           
 
Method Summary
 Taxonomy getTaxonomy(String language)
           
 
Methods inherited from class nl.surfnet.coin.csa.api.control.BaseApiController
getIdpEntityIdFromToken, handleGenericException, handleSecurityException, verifyScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonomyApiController

public TaxonomyApiController()
Method Detail

getTaxonomy

@RequestMapping(method=GET,
                value="/api/public/taxonomy.json")
@Cacheable(value="csaApi")
@ResponseBody
public Taxonomy getTaxonomy(@RequestParam(value="lang",defaultValue="en")
                                                                  String language)


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.