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