org.jperdian.rss2.dom
Class RssConstants

java.lang.Object
  |
  +--org.jperdian.rss2.dom.RssConstants
All Implemented Interfaces:
java.io.Serializable

public class RssConstants
extends java.lang.Object
implements java.io.Serializable

Global constants for the RSS package

Author:
Christian Robert
See Also:
Serialized Form

Field Summary
static int DEFAULT_IMAGE_HEIGHT
           
static int DEFAULT_IMAGE_WIDTH
           
static int DEFAULT_TTL
           
 
Constructor Summary
RssConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TTL

public static final int DEFAULT_TTL
See Also:
Constant Field Values

DEFAULT_IMAGE_WIDTH

public static final int DEFAULT_IMAGE_WIDTH
See Also:
Constant Field Values

DEFAULT_IMAGE_HEIGHT

public static final int DEFAULT_IMAGE_HEIGHT
See Also:
Constant Field Values
Constructor Detail

RssConstants

public RssConstants()