@Controller @RequestMapping(value="/radarServer") @DependsOn(value="DataRootHandler") public class RadarController extends AbstractController
| Modifier and Type | Class and Description |
|---|---|
class |
RadarController.DatasetEntry |
class |
RadarController.RsVar |
class |
RadarController.StationEntry |
| Constructor and Description |
|---|
RadarController() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getControllerPath() |
protected String[] |
getEndings() |
Station |
getStation(String station,
RadarDatasetRepository.RadarType radarType)
returns station or null
|
protected org.springframework.web.servlet.ModelAndView |
handleCatalogRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected org.springframework.web.servlet.ModelAndView |
handleQuery(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Query RadarServer controller for Spring Framework
|
protected org.springframework.web.servlet.ModelAndView |
handleStationXmlRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res) |
getAbsolutePath, getDatasetPath, handle, handle, handleprotected String getControllerPath()
getControllerPath in class AbstractControllerprotected String[] getEndings()
getEndings in class AbstractController@RequestMapping(value="**/stations.xml",
method=GET)
protected org.springframework.web.servlet.ModelAndView handleStationXmlRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
throws IOException
IOExceptionpublic Station getStation(String station, RadarDatasetRepository.RadarType radarType)
station - radarType - @RequestMapping(value={"**/*.xml","**/*.html","*.xml","*.html"},
method=GET)
protected org.springframework.web.servlet.ModelAndView handleCatalogRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(value={"/nexrad/level2/{dataset}","/nexrad/level3/{dataset}","/terminal/level3/{dataset}"},
method=GET)
protected org.springframework.web.servlet.ModelAndView handleQuery(@RequestParam
Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - HttpServletRequestresponse - HttpServletResponseIOException - caught by superclassCopyright © 1999–2014 UCAR/Unidata. All rights reserved.