Class PubMedQueryControllerImpl
- java.lang.Object
- 
- ubic.gemma.web.controller.BaseController
- 
- ubic.gemma.web.controller.common.description.bibref.PubMedQueryControllerImpl
 
 
- 
- All Implemented Interfaces:
- PubMedQueryController
 
 @Controller("/bibRefSearch.html") public class PubMedQueryControllerImpl extends BaseController implements PubMedQueryController 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.BaseControllerlog
 
- 
 - 
Constructor SummaryConstructors Constructor Description PubMedQueryControllerImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetView()ModelAndViewonSubmit(javax.servlet.http.HttpServletRequest request, PubMedSearchCommand command, BindingResult result, SessionStatus status)- 
Methods inherited from class ubic.gemma.web.controller.BaseControlleraddMessage, getMessageUtil, getText, getText, saveMessage, saveMessage, sendConfirmationEmail, setMailEngine, setMessageSource, setMessageUtil
 
- 
 
- 
- 
- 
Method Detail- 
getView@RequestMapping(method=GET) public String getView() - Specified by:
- getViewin interface- PubMedQueryController
 
 - 
onSubmit@RequestMapping(method=POST) public ModelAndView onSubmit(javax.servlet.http.HttpServletRequest request, PubMedSearchCommand command, BindingResult result, SessionStatus status) - Specified by:
- onSubmitin interface- PubMedQueryController
 
 
- 
 
-