Class 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
    • Constructor Detail

      • PubMedQueryController

        public PubMedQueryController()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.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)