T
- type of object providedpublic interface ComponentValueProvider<T>
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
Modifier and Type | Method and Description |
---|---|
T |
get(ComponentResources resources)
Deprecated.
Provide the object for the indicated component.
|
T get(ComponentResources resources)
resources
- Identifies the componentCopyright © 2003-2012 The Apache Software Foundation.