|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of object provided
public interface ComponentValueProvider<T>
An object used to provide a value of a specific type to a component (represented by an
instance of ComponentResources
). The provider will create and return the value
(some providers may be smart enough to cache a value, but should be implemented in
a thread-safe manner). Often the provider is an inner class of a ComponentClassTransformWorker
.
PlasticField
,
ComputedValue
Method Summary | |
---|---|
T |
get(ComponentResources resources)
Deprecated. Provide the object for the indicated component. |
Method Detail |
---|
T get(ComponentResources resources)
resources
- Identifies the component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |