org.codehaus.wadi.impl
Class SimpleValuePool

java.lang.Object
  extended byorg.codehaus.wadi.impl.SimpleValuePool
All Implemented Interfaces:
ValuePool

public class SimpleValuePool
extends Object
implements ValuePool

TODO - JavaDoc this type

Version:
$Revision: 1139 $
Author:
Jules Gosnell

Field Summary
protected  ValueFactory _factory
           
 
Constructor Summary
SimpleValuePool(ValueFactory factory)
           
 
Method Summary
 void put(Value attribute)
           
 Value take(ValueConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_factory

protected final ValueFactory _factory
Constructor Detail

SimpleValuePool

public SimpleValuePool(ValueFactory factory)
Method Detail

take

public Value take(ValueConfig config)
Specified by:
take in interface ValuePool

put

public void put(Value attribute)
Specified by:
put in interface ValuePool


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