Package org.apache.tapestry5.ioc
Interface ServiceAdvisor
- All Known Implementing Classes:
ServiceAdvisorImpl
public interface ServiceAdvisor
Provided by a
AdvisorDef
to perform the advice (by invoking methods on a MethodAdviceReceiver
).- Since:
- 5.1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
advise
(MethodAdviceReceiver methodAdviceReceiver) Passed the reciever, allows the code (usually a method on a module class) to advice some or all methods.
-
Method Details
-
advise
Passed the reciever, allows the code (usually a method on a module class) to advice some or all methods.- Parameters:
methodAdviceReceiver
-
-