Package | Description |
---|---|
org.apache.tapestry5.hibernate |
Provides support for simple CRUD applications built on top of Tapestry and Hibernate
|
org.apache.tapestry5.internal.hibernate |
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
|
org.apache.tapestry5.internal.jpa |
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
|
org.apache.tapestry5.ioc |
A code-centric, high-performance, simple Inversion of Control container
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
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.module | |
org.apache.tapestry5.jpa |
Provides support for simple CRUD applications built on top of Tapestry and JPA
|
org.apache.tapestry5.modules |
Modifier and Type | Method and Description |
---|---|
void |
HibernateTransactionAdvisor.addTransactionCommitAdvice(MethodAdviceReceiver receiver)
Identifies any methods with the
CommitAfter annotation and
applies the transaction logic to those methods. |
Modifier and Type | Method and Description |
---|---|
void |
HibernateTransactionAdvisorImpl.addTransactionCommitAdvice(MethodAdviceReceiver receiver) |
Modifier and Type | Method and Description |
---|---|
void |
JpaTransactionAdvisorImpl.addTransactionCommitAdvice(MethodAdviceReceiver receiver) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceAdvisor.advise(MethodAdviceReceiver methodAdviceReceiver)
Passed the reciever, allows the code (usually a method on a module class) to advice some or all methods.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceAdvisorImpl.advise(MethodAdviceReceiver methodAdviceReceiver)
Invokes the configured method, passing the builder.
|
Modifier and Type | Class and Description |
---|---|
class |
AbtractAspectInterceptorBuilder<T> |
class |
AspectInterceptorBuilderImpl<T> |
Modifier and Type | Method and Description |
---|---|
void |
LazyAdvisorImpl.addLazyMethodInvocationAdvice(MethodAdviceReceiver methodAdviceReceiver) |
void |
LoggingAdvisorImpl.addLoggingAdvice(org.slf4j.Logger logger,
MethodAdviceReceiver receiver) |
void |
OperationAdvisorImpl.addOperationAdvice(MethodAdviceReceiver receiver) |
Modifier and Type | Interface and Description |
---|---|
interface |
AspectInterceptorBuilder<T>
A builder may be obtained from the
AspectDecorator and allows more
controlled creation of the created interceptor; it allows different methods to be given different advice, and allows
methods to be omitted (in which case the method invocation passes through without advice). |
Modifier and Type | Method and Description |
---|---|
void |
LazyAdvisor.addLazyMethodInvocationAdvice(MethodAdviceReceiver methodAdviceReceiver) |
void |
LoggingAdvisor.addLoggingAdvice(org.slf4j.Logger logger,
MethodAdviceReceiver methodAdviceReceiver)
Adds logging advice to all methods of the object.
|
void |
OperationAdvisor.addOperationAdvice(MethodAdviceReceiver receiver)
|
Modifier and Type | Method and Description |
---|---|
static void |
JCacheModule.adviseCache(MethodAdviceReceiver receiver,
ObjectLocator objectLocator)
Applies the advice to the services.
|
Modifier and Type | Method and Description |
---|---|
void |
JpaTransactionAdvisor.addTransactionCommitAdvice(MethodAdviceReceiver receiver)
Identifies any methods with the
CommitAfter annotation and
applies the transaction logic to those methods. |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryModule.adviseLazy(LazyAdvisor advisor,
MethodAdviceReceiver receiver)
Advises the
ComponentMessagesSource service so
that the creation
of Messages instances can be deferred. |
static void |
TapestryModule.componentReplacer(MethodAdviceReceiver methodAdviceReceiver,
ComponentOverride componentReplacer) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.