@Controller
public class StationRadarServerController
extends org.springframework.web.servlet.mvc.AbstractController
| Modifier and Type | Class and Description |
|---|---|
static class |
StationRadarServerController.StationEntry |
| Constructor and Description |
|---|
StationRadarServerController() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getControllerPath() |
Station |
getStation(String station,
DatasetRepository.RadarType radarType)
returns station or null
|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
handleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected String getControllerPath()
@RequestMapping(value="/radarServer/**/stations.xml",
method={GET,HEAD})
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractControllerExceptionpublic Station getStation(String station, DatasetRepository.RadarType radarType)
station - radarType - Copyright © 1999–2015 UCAR/Unidata. All rights reserved.