org.apache.cocoon.components.web3.impl
Class Web3Properties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
org.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
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 |
Web3Properties
public Web3Properties()
- Creates new Properties
Web3Properties
public Web3Properties(Properties defaults)
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.