Package | Description |
---|---|
org.apache.tapestry5.internal.plastic |
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
|
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 | Class and Description |
---|---|
class |
ClassInstantiatorImpl<T> |
Modifier and Type | Method and Description |
---|---|
InstanceContext |
AbstractMethodInvocation.getInstanceContext() |
Modifier and Type | Method and Description |
---|---|
static Object |
PlasticInternalUtils.getFromInstanceContext(InstanceContext context,
String javaName) |
Constructor and Description |
---|
AbstractMethodInvocation(Object instance,
InstanceContext instanceContext,
MethodInvocationBundle bundle) |
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyComponentFieldConduit.set(Object instance,
InstanceContext context,
Object newValue) |
Modifier and Type | Method and Description |
---|---|
InstanceContext |
MethodInvocation.getInstanceContext() |
Modifier and Type | Method and Description |
---|---|
T |
ComputedValue.get(InstanceContext context)
Computes or otherwise provides the value, given the instance's context.
|
T |
FieldConduit.get(Object instance,
InstanceContext context)
Invoked when the field is read.
|
void |
ConstructorCallback.onConstruct(Object instance,
InstanceContext context)
Invoked at the end of the class constructor to perform any additional initializations.
|
void |
FieldConduit.set(Object instance,
InstanceContext context,
T newValue)
Invoked when the field's value is updated.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.