@Controller @RequestMapping(value="/ncss/point") public class NcssPointController extends AbstractNcssController
| Constructor and Description |
|---|
NcssPointController() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBase() |
org.springframework.web.servlet.ModelAndView |
getDatasetDescriptionHtml(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
org.springframework.web.servlet.ModelAndView |
getDatasetDescriptionXml(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
org.springframework.web.servlet.ModelAndView |
getStations(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
NcssPointParamsBean params) |
static SupportedOperation |
getSupportedOperation(ucar.nc2.ft.FeatureDataset fd) |
void |
handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
NcssPointParamsBean params,
org.springframework.validation.BindingResult validationResult) |
buildDatasetUrl, getDatasetPath, getDatasetPath, handle, handleValidationErrorMessage, makeAcceptList, makeAcceptXML, setResponseHeadersprotected String getBase()
@RequestMapping(value="**")
public void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
NcssPointParamsBean params,
org.springframework.validation.BindingResult validationResult)
throws Exception
Exception@RequestMapping(value={"**/dataset.xml","**/pointDataset.xml"})
public org.springframework.web.servlet.ModelAndView getDatasetDescriptionXml(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException
IOException@RequestMapping(value={"**/dataset.html","**/pointDataset.html"})
public org.springframework.web.servlet.ModelAndView getDatasetDescriptionHtml(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException
IOException@RequestMapping(value="**/station.xml")
public org.springframework.web.servlet.ModelAndView getStations(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
NcssPointParamsBean params)
throws IOException
IOExceptionpublic static SupportedOperation getSupportedOperation(ucar.nc2.ft.FeatureDataset fd)