Package | Description |
---|---|
org.apache.tapestry5.internal.jpa |
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
|
org.apache.tapestry5.internal.plastic |
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
|
org.apache.tapestry5.ioc |
A code-centric, high-performance, simple Inversion of Control container
|
org.apache.tapestry5.ioc.internal.services |
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
|
org.apache.tapestry5.ioc.services |
Tapestry IOC service interfaces
|
org.apache.tapestry5.jcache.internal | |
org.apache.tapestry5.plastic |
Plastic, Tapestry's component class transformation library based on ASM
|
Modifier and Type | Class and Description |
---|---|
class |
CommitAfterMethodAdvice |
Modifier and Type | Field and Description |
---|---|
MethodAdvice[] |
MethodInvocationBundle.advice |
Constructor and Description |
---|
MethodInvocationBundle(String className,
MethodDescription methodDescription,
MethodAdvice[] advice) |
Modifier and Type | Method and Description |
---|---|
void |
MethodAdviceReceiver.adviseAllMethods(MethodAdvice advice)
Advises all methods of the interface with the given advice.
|
void |
MethodAdviceReceiver.adviseMethod(Method method,
MethodAdvice advice)
Adds advice for a specific method of the aspect interceptor being constructed.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingAdvice |
Modifier and Type | Method and Description |
---|---|
MethodAdvice |
OperationAdvisorImpl.createAdvice(String description) |
Modifier and Type | Method and Description |
---|---|
void |
AspectInterceptorBuilderImpl.adviseAllMethods(MethodAdvice advice) |
void |
AspectInterceptorBuilderImpl.adviseMethod(Method method,
MethodAdvice advice) |
Modifier and Type | Method and Description |
---|---|
MethodAdvice |
OperationAdvisor.createAdvice(String description)
Creates advice for a method.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheMethodAdvice
Common subclass for all JCache interceptors
|
Modifier and Type | Class and Description |
---|---|
class |
CachePutMethodAdvice |
class |
CacheRemoveAllMethodAdvice |
class |
CacheRemoveMethodAdvice |
class |
CacheResultMethodAdvice |
Modifier and Type | Method and Description |
---|---|
PlasticMethod |
PlasticMethod.addAdvice(MethodAdvice advice)
Adds advice to the method.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.