@Component
@RequestMapping(value={"/remoteCatalogService","/remoteCatalogValidation.html"})
public class RemoteCatalogServiceController
extends Object
NOTE: Only supported if CatalogServices/allowRemote is set to "true" in threddsConfig.xml.
Uses the following information from an HTTP request:
Command.Constraints on the above information:
The above information is contained in a RemoteCatalogRequest
command object, default values are set during binding by
RemoteCatalogRequestDataBinder, and constraints are enforced by
RemoteCatalogRequestValidator.
TdsPathUtils.extractPath(HttpServletRequest req, String removePrefix),
Command,
RemoteCatalogRequest,
RemoteCatalogRequestDataBinder,
RemoteCatalogRequestValidator| Constructor and Description |
|---|
RemoteCatalogServiceController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
handleAll(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.