org.jasig.portlet.weather.servlet
Class FindCityController
java.lang.Object
org.jasig.portlet.weather.servlet.FindCityController
@Controller
public class FindCityController
- extends Object
|
Method Summary |
org.springframework.web.servlet.ModelAndView |
findCity(String location,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
setWeatherService(IWeatherService weatherService)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindCityController
public FindCityController()
setWeatherService
public void setWeatherService(IWeatherService weatherService)
findCity
@RequestMapping(value="/findCity")
public org.springframework.web.servlet.ModelAndView findCity(@RequestParam(value="location")
String location,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Copyright © 2011 Jasig. All Rights Reserved.