Uses of Interface
org.apache.tapestry5.ioc.AnnotationAccess
Packages that use AnnotationAccess
Package
Description
A code-centric, high-performance, simple Inversion of Control container
Tapestry IOC service definitions
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
Tapestry IOC service interfaces
-
Uses of AnnotationAccess in org.apache.tapestry5.ioc
Subinterfaces of AnnotationAccess in org.apache.tapestry5.iocModifier and TypeInterfaceDescriptioninterface
Interface used with service advisor methods to define advice.interface
ExtendsServiceResources
with additional methods needed only by the service builder method, related to accessing a service's configuration.interface
Contains resources that may be provided to a service when it initializes, which includes other services defined in the registry. -
Uses of AnnotationAccess in org.apache.tapestry5.ioc.def
Subinterfaces of AnnotationAccess in org.apache.tapestry5.ioc.defModifier and TypeInterfaceDescriptioninterface
Introduced for Tapestry 5.3, contains new methods to provide access to annotations on the class, and on methods of the class. -
Uses of AnnotationAccess in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement AnnotationAccessModifier and TypeClassDescriptionclass
Standard AnnotationAccess for a specific type.class
class
Implementation ofServiceBuilderResources
. -
Uses of AnnotationAccess in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement AnnotationAccessModifier and TypeClassDescriptionclass
class
Fields in org.apache.tapestry5.ioc.internal.services declared as AnnotationAccessModifier and TypeFieldDescriptionprotected final AnnotationAccess
AbtractAspectInterceptorBuilder.annotationAccess
Methods in org.apache.tapestry5.ioc.internal.services with parameters of type AnnotationAccessModifier and TypeMethodDescription<T> AspectInterceptorBuilder<T>
AspectDecoratorImpl.createBuilder
(Class<T> serviceInterface, T delegate, AnnotationAccess annotationAccess, String description) Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type AnnotationAccessModifierConstructorDescriptionAbtractAspectInterceptorBuilder
(AnnotationAccess annotationAccess) AspectInterceptorBuilderImpl
(AnnotationAccess annotationAccess, PlasticProxyFactory plasticProxyFactory, Class<T> serviceInterface, T delegate, String description) -
Uses of AnnotationAccess in org.apache.tapestry5.ioc.services
Subinterfaces of AnnotationAccess in org.apache.tapestry5.ioc.servicesModifier and TypeInterfaceDescriptioninterface
A builder may be obtained from theAspectDecorator
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).Methods in org.apache.tapestry5.ioc.services with parameters of type AnnotationAccessModifier and TypeMethodDescription<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.