Package | Description |
---|---|
org.apache.tapestry5.internal.plastic |
[INTERNAL USE ONLY] Plastic implementation details; 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 |
AbstractMethodInvocation |
class |
DelegatingAnnotationAccess
Delegating annotation access is used when resolving annotations on a class; it searches the primary
annotation access and if not found there (and
Inherited is on the annotation being searched),
it searches in the inherited access. |
class |
EmptyAnnotationAccess |
class |
PlasticClassImpl |
Modifier and Type | Field and Description |
---|---|
static AnnotationAccess |
EmptyAnnotationAccess.SINGLETON |
Modifier and Type | Method and Description |
---|---|
AnnotationAccess |
PlasticClassPool.createAnnotationAccess(List<org.apache.tapestry5.internal.plastic.asm.tree.AnnotationNode> annotationNodes) |
AnnotationAccess |
PlasticClassPool.createAnnotationAccess(String className) |
Constructor and Description |
---|
DelegatingAnnotationAccess(AnnotationAccess primary,
AnnotationAccess inherited) |
Modifier and Type | Interface and Description |
---|---|
interface |
MethodInvocation
A representation of the invocation of a method that allows the behavior of the method to be advised: either by
changing parameter values, or by changing the return value, or by catch or throwing different exceptions.
|
interface |
MethodParameter
Access to the parameters of a method, in particular, any visible annotations
on that method.
|
interface |
PlasticClass
The representation of a class while it is being instrumented and transformed.
|
interface |
PlasticField
Represents a field of a class being transformed.
|
interface |
PlasticMethod
A method of a transformed class.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.