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

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by 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

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, 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
 
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)
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.