|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
org.codehaus.wadi | |
org.codehaus.wadi.impl |
Uses of Value in org.codehaus.wadi |
Methods in org.codehaus.wadi that return Value | |
Value |
ValuePool.take(ValueConfig config)
|
Value |
ValueFactory.create(ValueConfig config)
|
Methods in org.codehaus.wadi with parameters of type Value | |
void |
ValuePool.put(Value attribute)
|
Uses of Value in org.codehaus.wadi.impl |
Classes in org.codehaus.wadi.impl that implement Value | |
class |
DistributableValue
An attribute Value that supports the notification of HttpSessionActivationListeners at the correct times as well as the substition of non-Serializable content with the results of pluggable Helpers. |
class |
LazyValue
|
class |
StandardValue
A simple slot for holding and Attribute's value |
Methods in org.codehaus.wadi.impl that return Value | |
Value |
DistributableValueFactory.create(ValueConfig config)
|
Value |
LazyValueFactory.create(ValueConfig config)
|
Value |
SimpleValuePool.take(ValueConfig config)
|
Value |
StandardValueFactory.create(ValueConfig config)
|
Methods in org.codehaus.wadi.impl with parameters of type Value | |
void |
SimpleValuePool.put(Value attribute)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |