Package thredds.server.catalogservice
Class RemoteCatalogServiceController
- java.lang.Object
-
- thredds.server.catalogservice.RemoteCatalogServiceController
-
@Controller @RequestMapping("/remoteCatalogService") public class RemoteCatalogServiceController extends ObjectRemote CatalogService Controller using client/server catalogs- Since:
- 1/19/2015
-
-
Constructor Summary
Constructors Constructor Description RemoteCatalogServiceController()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.springframework.web.servlet.ModelAndViewconstructValidationMessageModelAndView(URI uri, String validationMessage, HtmlConfigBean htmlConfig)protected org.springframework.web.servlet.ModelAndViewhandleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, @Valid RemoteCatalogRequest params, org.springframework.validation.BindingResult validationResult)protected voidinitRemoteCatalogRequestBinder(org.springframework.web.bind.WebDataBinder binder)
-
-
-
Method Detail
-
initRemoteCatalogRequestBinder
@InitBinder("remoteCatalogRequest") protected void initRemoteCatalogRequestBinder(org.springframework.web.bind.WebDataBinder binder)
-
handleRequest
@RequestMapping(method=GET) protected org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, @Valid @Valid RemoteCatalogRequest params, org.springframework.validation.BindingResult validationResult) throws Exception- Throws:
Exception
-
constructValidationMessageModelAndView
public static org.springframework.web.servlet.ModelAndView constructValidationMessageModelAndView(URI uri, String validationMessage, HtmlConfigBean htmlConfig)
-
-