@Controller @RequestMapping(value="/catalog") public class CatalogServiceController extends Object
| Constructor and Description |
|---|
CatalogServiceController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
handleHTMLRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
thredds.client.catalog.Catalog catalog,
CatalogRequest params) |
protected org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
CatalogRequest params) |
protected org.springframework.web.servlet.ModelAndView |
handleXMLRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
thredds.client.catalog.Catalog catalog,
CatalogRequest params) |
@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
Exceptionprotected 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
Exceptionprotected 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
Exception