@Controller @RequestMapping(value="/radarServer") @DependsOn(value="DataRootHandler") public class RadarStationController extends AbstractController
| Modifier and Type | Class and Description |
|---|---|
class |
RadarStationController.StationEntry |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
enabled |
| Constructor and Description |
|---|
RadarStationController() |
| 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 |
stationRequestXml(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res) |
getAbsolutePath, getDatasetPathprotected String getControllerPath()
getControllerPath in class AbstractControllerprotected String[] getEndings()
getEndings in class AbstractController@RequestMapping(value="**/stations.xml",
method=GET)
protected org.springframework.web.servlet.ModelAndView stationRequestXml(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
throws RadarServerException,
IOException,
org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
RadarServerExceptionIOExceptionorg.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodExceptionpublic Station getStation(String station, RadarDatasetRepository.RadarType radarType)
station - radarType - Copyright © 1999–2013 UCAR/Unidata. All rights reserved.