org.codehaus.wadi.impl
Class StandardAttributes

java.lang.Object
  extended byorg.codehaus.wadi.impl.StandardAttributes
All Implemented Interfaces:
Attributes, Config, ValueConfig
Direct Known Subclasses:
DistributableAttributes

public class StandardAttributes
extends Object
implements Attributes, ValueConfig


Field Summary
protected  AttributesConfig _config
           
protected  Map _map
           
 
Constructor Summary
StandardAttributes(AttributesConfig config, Map map)
           
 
Method Summary
 void clear()
           
 Object get(Object key)
           
 Set keySet()
           
 Object put(Object key, Object newValue)
           
 Object remove(Object key)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_map

protected final Map _map

_config

protected final AttributesConfig _config
Constructor Detail

StandardAttributes

public StandardAttributes(AttributesConfig config,
                          Map map)
Method Detail

get

public Object get(Object key)
Specified by:
get in interface Attributes

remove

public Object remove(Object key)
Specified by:
remove in interface Attributes

put

public Object put(Object key,
                  Object newValue)
Specified by:
put in interface Attributes

size

public int size()
Specified by:
size in interface Attributes

keySet

public Set keySet()
Specified by:
keySet in interface Attributes

clear

public void clear()
Specified by:
clear in interface Attributes


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.