|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodAdvice | |
|---|---|
| org.apache.tapestry5.internal.services | |
| org.apache.tapestry5.ioc | |
| org.apache.tapestry5.ioc.internal.services | |
| org.apache.tapestry5.ioc.services | |
| Uses of MethodAdvice in org.apache.tapestry5.internal.services |
|---|
| Classes in org.apache.tapestry5.internal.services that implement MethodAdvice | |
|---|---|
class |
ComponentEventLinkEncoderMethodAdvice
Advices ComponentEventLinkEncoder.createComponentEventLink(org.apache.tapestry5.services.ComponentEventRequestParameters, boolean) and ComponentEventLinkEncoder.createPageRenderLink(org.apache.tapestry5.services.PageRenderRequestParameters) to rewrites the returned links using URLRewriter. |
| Uses of MethodAdvice in org.apache.tapestry5.ioc |
|---|
| Methods in org.apache.tapestry5.ioc with parameters of type MethodAdvice | |
|---|---|
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. |
| Uses of MethodAdvice in org.apache.tapestry5.ioc.internal.services |
|---|
| Classes in org.apache.tapestry5.ioc.internal.services that implement MethodAdvice | |
|---|---|
class |
LoggingAdvice
|
| Methods in org.apache.tapestry5.ioc.internal.services that return MethodAdvice | |
|---|---|
MethodAdvice |
MethodInfo.getAdvice(int index)
|
| Methods in org.apache.tapestry5.ioc.internal.services with parameters of type MethodAdvice | ||
|---|---|---|
void |
AdvisedMethodInvocationBuilder.addAdvice(MethodAdvice advice)
|
|
void |
AspectInterceptorBuilderImpl.adviseAllMethods(MethodAdvice advice)
|
|
void |
AspectInterceptorBuilderImpl.adviseMethod(Method method,
MethodAdvice advice)
|
|
|
AspectDecoratorImpl.build(Class<T> serviceInterface,
T delegate,
MethodAdvice advice,
String description)
|
|
| Uses of MethodAdvice in org.apache.tapestry5.ioc.services |
|---|
| Methods in org.apache.tapestry5.ioc.services with parameters of type MethodAdvice | ||
|---|---|---|
|
AspectDecorator.build(Class<T> serviceInterface,
T delegate,
MethodAdvice advice,
String description)
Intercepts method invocations on the delegate and passes them through the provided aspect. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||