org.jasig.portlet.weather.portlet
Class WeatherViewController
java.lang.Object
org.jasig.portlet.weather.portlet.WeatherViewController
@Controller
public class WeatherViewController
- extends java.lang.Object
This class handles retrieves information and displays the view page.
- Version:
- $Id: WeatherViewController.java 46962 2009-10-21 20:35:12Z edalquist $
- Author:
- Dustin Schultz
|
Field Summary |
protected org.apache.commons.logging.Log |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
WeatherViewController
public WeatherViewController()
setWeatherService
public void setWeatherService(IWeatherService weatherService)
viewWeather
@RequestMapping(value="VIEW")
public org.springframework.web.portlet.ModelAndView viewWeather(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Copyright © 2009 Jasig. All Rights Reserved.