@Controller @RequestMapping(value="/radarServer") public class RadarQueryController extends AbstractController
| Modifier and Type | Class and Description |
|---|---|
class |
RadarQueryController.DatasetEntry |
| Constructor and Description |
|---|
RadarQueryController() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getControllerPath() |
protected String[] |
getEndings() |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Query RadarServer controller for Spring Framework
|
void |
radarQuery(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Map<String,Object> model) |
getAbsolutePath, getDatasetPath, handle, handle, handleprotected String getControllerPath()
getControllerPath in class AbstractControllerprotected String[] getEndings()
getEndings in class AbstractController@RequestMapping(value="**",
method=GET)
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - HttpServletRequestresponse - HttpServletResponseIOException - caught by superclasspublic void radarQuery(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Map<String,Object> model)
throws IOException
IOExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.