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