org.apache.tapestry5.services
Interface ComponentMethodAdvice
public interface ComponentMethodAdvice
An object that receives control around an "advised" method of a component. The advise can query or even replace
method parameters. After invoking Invocation.proceed(), the
advise may query and override thrown exceptions or the return value of the invocation.
- See Also:
ClassTransformation.advise(TransformMethodSignature, ComponentMethodAdvice)
advise
void advise(ComponentMethodInvocation invocation)
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.