|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AspectInterceptorBuilder<T>
A builder may be obtained from the AspectDecorator
and allows more
controlled creation of the created interceptor; it allows different methods to be given different advice, and allows
methods to be omitted (in which case the method invocation passes through without advice).
Method Summary | |
---|---|
T |
build()
Builds and returns the interceptor. |
Methods inherited from interface org.apache.tapestry5.ioc.MethodAdviceReceiver |
---|
adviseAllMethods, adviseAllMethods, adviseMethod, adviseMethod, getInterface, getMethodAnnotation |
Methods inherited from interface org.apache.tapestry5.ioc.AnnotationAccess |
---|
getClassAnnotationProvider, getMethodAnnotationProvider |
Method Detail |
---|
T build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |