org.blojsom.plugin.weather
Class WeatherPluginUtils

java.lang.Object
  extended byorg.blojsom.plugin.weather.WeatherPluginUtils

public class WeatherPluginUtils
extends java.lang.Object

WeatherPluginUtils

Since:
Blojsom 2.23
Version:
$Id: WeatherPluginUtils.java,v 1.4 2006/01/04 16:53:13 czarneckid Exp $
Author:
Mark Lussier

Constructor Summary
WeatherPluginUtils()
           
 
Method Summary
static Weather readWeatherSettingsForUser(BlojsomConfiguration blojsomConfiguration, javax.servlet.ServletConfig servletConfig, BlogUser blogUser)
          Read the Weather configuration information for a given blog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeatherPluginUtils

public WeatherPluginUtils()
Method Detail

readWeatherSettingsForUser

public static Weather readWeatherSettingsForUser(BlojsomConfiguration blojsomConfiguration,
                                                 javax.servlet.ServletConfig servletConfig,
                                                 BlogUser blogUser)
Read the Weather configuration information for a given blog

Parameters:
blojsomConfiguration - BlojsomConfiguration
servletConfig - ServletConfig
blogUser - BlogUser
Returns:
Weather information or null if there is an error reading the configuration settings