wt.meeting
Class MeetingCenterProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bywt.util.WTProperties
                  extended bywt.meeting.MeetingCenterProperties
All Implemented Interfaces:
Cloneable, Map, Serializable

public class MeetingCenterProperties
extends WTProperties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
private static String _rb
           
static String BASE_URI
           
static String MEETING_ACL_KEY
           
static String MEETING_CENTER_URL
           
static boolean MEETING_NOTIFICATION
           
static String MEETING_NOTIFICATION_SENDER
           
static String MEETING_PAGE_URL
           
static String MEETING_PAGE_URL_PROP
           
static String PARTNER_ID
           
static String PROPERTY_PREFIX
           
static boolean VERBOSE
           
private static String versionID
           
 
Fields inherited from class wt.util.WTProperties
RESOURCE_NAME, SERVER_CODEBASE_LOCATOR, SERVER_CODEBASE_PROPERTY
 
Fields inherited from class java.util.Properties
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
MeetingCenterProperties()
           
MeetingCenterProperties(Properties def)
           
 
Methods inherited from class wt.util.WTProperties
appendPropertyToFile, appendPropertyToFile, copyFile, getAppletProperties, getLocalProperties, getProperty, getProperty, getProperty, getServerCodebase, getServerCodebase, getServerProperties, getServerProperties, getURL, list, main, parseArgs, propertyNames, reset, setLocalPropertiesOnly, setVerbose, store, store, store, substitute
 
Methods inherited from class java.util.Properties
getProperty, list, list, load, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

_rb

private static final String _rb
See Also:
Constant Field Values

PROPERTY_PREFIX

public static final String PROPERTY_PREFIX
See Also:
Constant Field Values

VERBOSE

public static boolean VERBOSE

MEETING_CENTER_URL

public static String MEETING_CENTER_URL

PARTNER_ID

public static String PARTNER_ID

BASE_URI

public static String BASE_URI

MEETING_PAGE_URL

public static String MEETING_PAGE_URL

MEETING_ACL_KEY

public static String MEETING_ACL_KEY

MEETING_NOTIFICATION

public static boolean MEETING_NOTIFICATION

MEETING_NOTIFICATION_SENDER

public static String MEETING_NOTIFICATION_SENDER

MEETING_PAGE_URL_PROP

public static String MEETING_PAGE_URL_PROP
Constructor Detail

MeetingCenterProperties

public MeetingCenterProperties()

MeetingCenterProperties

public MeetingCenterProperties(Properties def)