@Component
@RequestMapping(value={"/remoteCatalogService","/remoteCatalogValidation.html"})
public class RemoteCatalogServiceController
extends java.lang.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.
| 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) |