Uses of Interface
org.apache.tapestry5.ioc.services.AspectInterceptorBuilder
-
Packages that use AspectInterceptorBuilder Package Description org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.org.apache.tapestry5.ioc.services Tapestry IOC service interfaces -
-
Uses of AspectInterceptorBuilder in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement AspectInterceptorBuilder Modifier and Type Class Description class
AbtractAspectInterceptorBuilder<T>
class
AspectInterceptorBuilderImpl<T>
Methods in org.apache.tapestry5.ioc.internal.services that return AspectInterceptorBuilder Modifier and Type Method Description <T> AspectInterceptorBuilder<T>
AspectDecoratorImpl. <T> serviceInterface, T delegate, description)
<T> AspectInterceptorBuilder<T>
AspectDecoratorImpl. <T> serviceInterface, T delegate, AnnotationAccess annotationAccess, description)
-
Uses of AspectInterceptorBuilder in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services that return AspectInterceptorBuilder Modifier and Type Method Description <T> AspectInterceptorBuilder<T>
AspectDecorator. <T> serviceInterface, T delegate, description)
Creates a builder that can be used to create the interceptor.<T> AspectInterceptorBuilder<T>
AspectDecorator. <T> serviceInterface, T delegate, AnnotationAccess annotationAccess, description)
Creates a builder that can be used to create the interceptor.
-