Package | Description |
---|---|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Method and Description |
---|---|
<T> TransformField |
BridgeClassTransformation.addIndirectInjectedField(Class<T> type,
String suggestedName,
ComponentValueProvider<T> provider) |
Modifier and Type | Method and Description |
---|---|
<T> TransformField |
ClassTransformation.addIndirectInjectedField(Class<T> type,
String suggestedName,
ComponentValueProvider<T> provider)
Deprecated.
Like
ClassTransformation.addInjectedField(Class, String, Object) , but instead of specifying the value,
a provider for the value is specified. |
<T> void |
TransformField.injectIndirect(ComponentValueProvider<T> provider)
Like
TransformField.inject(Object) , except that the value to be injected is obtained
from a ComponentValueProvider . |
void |
TransformField.replaceAccess(ComponentValueProvider<FieldValueConduit> conduitProvider)
Replaces read and write field access with a conduit.
|
Copyright © 2003-2012 The Apache Software Foundation.