Package | Description |
---|---|
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.internal.util |
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
|
org.apache.tapestry5.ioc.services |
Tapestry IOC service interfaces
|
Modifier and Type | Method and Description |
---|---|
void |
MethodAdviceReceiver.adviseAllMethods(MethodAdvice advice)
Deprecated.
Deprecated in 5.3, to be removed in 5.4. Replaced with
MethodAdviceReceiver.adviseAllMethods(org.apache.tapestry5.plastic.MethodAdvice) . |
void |
MethodAdviceReceiver.adviseMethod(Method method,
MethodAdvice advice)
Deprecated.
Deprecated in 5.3, to be removed in 5.4. Replaced with
MethodAdviceReceiver.adviseMethod(Method, org.apache.tapestry5.plastic.MethodAdvice) |
Modifier and Type | Method and Description |
---|---|
void |
AspectInterceptorBuilderImpl.adviseAllMethods(MethodAdvice advice) |
void |
AspectInterceptorBuilderImpl.adviseMethod(Method method,
MethodAdvice advice) |
<T> T |
AspectDecoratorImpl.build(Class<T> serviceInterface,
T delegate,
MethodAdvice advice,
String description) |
Modifier and Type | Method and Description |
---|---|
static MethodAdvice |
InternalUtils.toPlasticMethodAdvice(MethodAdvice iocMethodAdvice,
AnnotationProvider methodAnnotationProvider)
Converts old-style Tapestry IoC
MethodAdvice to modern
Plastic MethodAdvice . |
Modifier and Type | Method and Description |
---|---|
<T> T |
AspectDecorator.build(Class<T> serviceInterface,
T delegate,
MethodAdvice advice,
String description)
Intercepts method invocations on the delegate and passes them through the provided aspect.
|
Copyright © 2003-2012 The Apache Software Foundation.