Class PubMedQueryController
- java.lang.Object
-
- ubic.gemma.web.controller.common.description.bibref.PubMedQueryController
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Controller @RequestMapping("/bibRefSearch.html") public class PubMedQueryController extends Object implements org.springframework.beans.factory.InitializingBean
Allow users to search for and view PubMed abstracts from NCBI, or from Gemma.- Author:
- pavlidis
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Log
log
protected org.springframework.context.MessageSource
messageSource
protected MessageUtil
messageUtil
-
Constructor Summary
Constructors Constructor Description PubMedQueryController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
String
getView()
org.springframework.web.servlet.ModelAndView
onSubmit(javax.servlet.http.HttpServletRequest request, PubMedSearchCommand command, org.springframework.validation.BindingResult result, org.springframework.web.bind.support.SessionStatus status)
-
-
-
Field Detail
-
log
protected final org.apache.commons.logging.Log log
-
messageSource
@Autowired protected org.springframework.context.MessageSource messageSource
-
messageUtil
@Autowired protected MessageUtil messageUtil
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
getView
@RequestMapping(method={GET,HEAD}) public String getView()
-
onSubmit
@RequestMapping(method=POST) public org.springframework.web.servlet.ModelAndView onSubmit(javax.servlet.http.HttpServletRequest request, PubMedSearchCommand command, org.springframework.validation.BindingResult result, org.springframework.web.bind.support.SessionStatus status)
-
-