Class GeneController
java.lang.Object
ubic.gemma.web.controller.genome.gene.GeneController
- Author:
- daq2101, pavlidis, joseph
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.commons.logging.Log
protected org.springframework.context.MessageSource
protected MessageUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
downloadGeneList
(String geneIdsStr, String geneSetIdsStr, javax.servlet.http.HttpServletResponse response) findGOTerms
(Long geneId) getProducts
(Long geneId) loadGeneDetails
(Long geneId) org.springframework.web.servlet.ModelAndView
-
Field Details
-
log
protected final org.apache.commons.logging.Log log -
messageSource
@Autowired protected org.springframework.context.MessageSource messageSource -
messageUtil
-
-
Constructor Details
-
GeneController
public GeneController()
-
-
Method Details
-
findGOTerms
-
getProducts
-
loadGeneDetails
-
show
@RequestMapping(value={"/showGene.html","/"}, method={GET,HEAD}) public org.springframework.web.servlet.ModelAndView show(@RequestParam(value="id",required=false) Long id, @RequestParam(value="ncbiid",required=false) Integer ncbiId, @RequestParam(value="name",required=false) String geneName, @RequestParam(value="taxon",required=false) String taxonName, @RequestParam(value="ensemblId",required=false) String ensemblId) -
downloadGeneList
@RequestMapping(value="/downloadGeneList.html", method={GET,HEAD}) public void downloadGeneList(@RequestParam(value="g",required=false) @Nullable String geneIdsStr, @RequestParam(value="gs",required=false) @Nullable String geneSetIdsStr, javax.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-