public abstract class AbstractNcssDataRequestController extends AbstractNcssController
gridDataset, NETCDF_FORMAT_NAME, requestPathInfo, servletCachePath, servletPath| Constructor and Description |
|---|
AbstractNcssDataRequestController() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
checkRequestedVars(GridDataset gds,
RequestParamsBean params)
Checks all requested variables are in the dataset for a Ncss requests.
|
org.springframework.http.ResponseEntity<String> |
handle(Exception e,
javax.servlet.http.HttpServletResponse response)
Handles internal errors and writes the stacktrace to the threddsServlet log.
|
buildCacheUrl, getGridDataset, getLastModified, getRequestedDates, getRequestPathInfo, getServletCachePath, getServletPath, getSupportedFormat, handle, handleValidationErrorsResponse, openGridDataset, setResponseHeadersprotected abstract void checkRequestedVars(GridDataset gds, RequestParamsBean params) throws VariableNotContainedInDatasetException, UnsupportedOperationException
gds - params - VariableNotContainedInDatasetExceptionUnsupportedOperationException@ExceptionHandler(value=java.lang.Exception.class) public org.springframework.http.ResponseEntity<String> handle(Exception e, javax.servlet.http.HttpServletResponse response)
e - Copyright © 1999–2014 UCAR/Unidata. All rights reserved.