Uses of Interface
org.codehaus.wadi.ValueConfig

Packages that use ValueConfig
org.codehaus.wadi   
org.codehaus.wadi.impl   
 

Uses of ValueConfig in org.codehaus.wadi
 

Subinterfaces of ValueConfig in org.codehaus.wadi
 interface DistributableValueConfig
          TODO - JavaDoc this type
 

Methods in org.codehaus.wadi with parameters of type ValueConfig
 Value ValuePool.take(ValueConfig config)
           
 Value ValueFactory.create(ValueConfig config)
           
 

Uses of ValueConfig in org.codehaus.wadi.impl
 

Classes in org.codehaus.wadi.impl that implement ValueConfig
 class DistributableAttributes
          A DistributableAttributes object needs to be Listener aware.
 class LazyAttributes
           
 class StandardAttributes
           
 

Fields in org.codehaus.wadi.impl declared as ValueConfig
protected  ValueConfig StandardValue._config
           
 

Methods in org.codehaus.wadi.impl with parameters of type ValueConfig
 Value DistributableValueFactory.create(ValueConfig config)
           
 Value LazyValueFactory.create(ValueConfig config)
           
 Value SimpleValuePool.take(ValueConfig config)
           
 Value StandardValueFactory.create(ValueConfig config)
           
 

Constructors in org.codehaus.wadi.impl with parameters of type ValueConfig
StandardValue(ValueConfig config)
           
 



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