Class CatalogServiceController


  • @Controller
    @RequestMapping("/catalog")
    public class CatalogServiceController
    extends Object
    LocalCatalogServiceController using client/server catalogs
    Since:
    1/19/2015
    • Constructor Detail

      • CatalogServiceController

        public CatalogServiceController()
    • Method Detail

      • handleRequest

        @RequestMapping(value="**",
                        method=GET)
        protected org.springframework.web.servlet.ModelAndView handleRequest​(javax.servlet.http.HttpServletRequest request,
                                                                             javax.servlet.http.HttpServletResponse response,
                                                                             CatalogRequest params)
                                                                      throws Exception
        Throws:
        Exception
      • handleXMLRequest

        protected org.springframework.web.servlet.ModelAndView handleXMLRequest​(javax.servlet.http.HttpServletRequest request,
                                                                                javax.servlet.http.HttpServletResponse response,
                                                                                thredds.client.catalog.Catalog catalog,
                                                                                CatalogRequest params)
                                                                         throws Exception
        Throws:
        Exception
      • handleHTMLRequest

        protected org.springframework.web.servlet.ModelAndView handleHTMLRequest​(javax.servlet.http.HttpServletRequest request,
                                                                                 javax.servlet.http.HttpServletResponse response,
                                                                                 thredds.client.catalog.Catalog catalog,
                                                                                 CatalogRequest params)
                                                                          throws Exception
        Throws:
        Exception