Class OntologyController
java.lang.Object
ubic.gemma.web.controller.ontology.OntologyController
Provide minimal support for exposing Gemma ontology.
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFactorValue
(Long factorValueId, String acceptHeader) getFactorValueAnnotation
(Long factorValueId, Long annotationId, String acceptHeader) org.springframework.web.servlet.view.RedirectView
-
Constructor Details
-
OntologyController
public OntologyController()
-
-
Method Details
-
getOntology
@RequestMapping(value={"/TGEMO","/TGEMO.OWL"}, method={GET,HEAD}) public org.springframework.web.servlet.view.RedirectView getOntology() -
getTerm
-
getFactorValue
-
getFactorValueAnnotation
@ResponseBody @RequestMapping(value="/TGFVO/{factorValueId}/{annotationId}", method={GET,HEAD}, produces={"text/html","application/rdf+xml"}) public String getFactorValueAnnotation(@PathVariable("factorValueId") Long factorValueId, @PathVariable("annotationId") Long annotationId, @RequestHeader(value="Accept",required=false) String acceptHeader)
-