org.blojsom.plugin.weather
Class WeatherConstants

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

public class WeatherConstants
extends java.lang.Object

WeatherConstants

Since:
blojsom 3.0
Version:
$Id: WeatherConstants.java,v 1.2 2007/01/17 02:35:15 czarneckid Exp $
Author:
David Czarnecki, Mark Lussier

Field Summary
static java.lang.String BLOJSOM_WEATHER_INFORMATION
          Context Value holding Weather Information
static java.lang.String BLOJSOM_WEATHER_USER_AGENT
          Blojsom Weather Plugin User Agent
static java.lang.String GZIP
          Gzip Encoding
 
Constructor Summary
WeatherConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GZIP

public static final java.lang.String GZIP
Gzip Encoding

See Also:
Constant Field Values

BLOJSOM_WEATHER_USER_AGENT

public static final java.lang.String BLOJSOM_WEATHER_USER_AGENT
Blojsom Weather Plugin User Agent

See Also:
Constant Field Values

BLOJSOM_WEATHER_INFORMATION

public static final java.lang.String BLOJSOM_WEATHER_INFORMATION
Context Value holding Weather Information

See Also:
Constant Field Values
Constructor Detail

WeatherConstants

public WeatherConstants()