org.apache.cocoon.components.web3.impl
Class Web3Properties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byorg.apache.cocoon.components.web3.impl.Web3Properties
All Implemented Interfaces:
Cloneable, Map, Serializable

public class Web3Properties
extends Properties

Properties helper class.

Since:
2.1
Version:
CVS $Id: Web3Properties.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Michael Gerzabek
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Web3Properties()
          Creates new Properties
Web3Properties(Properties defaults)
           
 
Method Summary
 Iterator getKeysIterator()
           
static Web3Properties load(String name)
           
 Object put(Object key, Object value)
           
 Object remove(Object key)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, rehash, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Web3Properties

public Web3Properties()
Creates new Properties


Web3Properties

public Web3Properties(Properties defaults)
Method Detail

getKeysIterator

public Iterator getKeysIterator()

load

public static Web3Properties load(String name)
                           throws Exception
Throws:
Exception

put

public Object put(Object key,
                  Object value)

remove

public Object remove(Object key)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.