org.apache.cocoon.components.web3.impl
Class Web3Properties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.cocoon.components.web3.impl.Web3Properties
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
public class Web3Properties
- extends Properties
Properties helper class.
- Since:
- 2.1
- Version:
- CVS $Id: Web3Properties.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Michael Gerzabek
- See Also:
- Serialized Form
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
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)
- Specified by:
put
in interface Map<Object,Object>
- Overrides:
put
in class Hashtable<Object,Object>
remove
public Object remove(Object key)
- Specified by:
remove
in interface Map<Object,Object>
- Overrides:
remove
in class Hashtable<Object,Object>
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.