Class PubMedQueryController
- java.lang.Object
-
- ubic.gemma.web.controller.BaseController
-
- ubic.gemma.web.controller.common.description.bibref.PubMedQueryController
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Controller @RequestMapping("/bibRefSearch.html") public class PubMedQueryController extends BaseController 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 inherited from class ubic.gemma.web.controller.BaseController
log
-
-
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)
-
Methods inherited from class ubic.gemma.web.controller.BaseController
addMessage, getMessageUtil, getText, getText, saveMessage, saveMessage, sendConfirmationEmail, setMessageUtil
-
-
-
-
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)
-
-