| Package | Description | 
|---|---|
| org.apache.tapestry5.internal.transform | 
 [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change. 
 | 
| org.apache.tapestry5.plastic | 
 Plastic, Tapestry's component class transformation library based on ASM 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ParameterConduit
A facade around  
Binding and InternalComponentResources that is used to instrument
 fields with the Parameter annotation. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReadOnlyComponentFieldConduit
An implementation of  
FieldConduit for a read-only component field. | 
| Modifier and Type | Method and Description | 
|---|---|
<F> PlasticField | 
PlasticField.setConduit(FieldConduit<F> conduit)
Intercepts all access to the field, replacing such access with calls on the conduit. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<F> PlasticField | 
PlasticField.setComputedConduit(ComputedValue<FieldConduit<F>> computedConduit)
Sets the conduit for the field to a value computed when the class is instantiated 
 | 
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.