@Controller public class FindCityController extends Object
| Constructor and Description |
|---|
FindCityController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
findCity(String location,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setMessageSource(org.springframework.context.MessageSource messageSource) |
void |
setWeatherService(IWeatherService weatherService) |
@Autowired public void setWeatherService(IWeatherService weatherService)
@Autowired public void setMessageSource(org.springframework.context.MessageSource messageSource)
@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 © 2015 Jasig. All Rights Reserved.