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 advice may query and override thrown exceptions or the return value of the invocation.

See Also:
TransformMethod.addAdvice(ComponentMethodAdvice), ComponentInstanceOperation

Method Summary
 void advise(ComponentMethodInvocation invocation)
           
 

Method Detail

advise

void advise(ComponentMethodInvocation invocation)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.