Package | Description |
---|---|
org.apache.tapestry5.ioc |
A code-centric, high-performance, simple Inversion of Control container
|
org.apache.tapestry5.ioc.def |
Tapestry IOC service definitions
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
MethodAdviceReceiver
Interface used with service advisor methods to define advice.
|
interface |
ServiceBuilderResources
Extends
ServiceResources with additional methods needed only by the service builder
method, related to accessing a service's configuration. |
interface |
ServiceResources
Contains resources that may be provided to a service when it initializes, which includes other services defined in
the registry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceDef3
Introduced for Tapestry 5.3, contains new methods to provide access to annotations on the class,
and on methods of the class.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationAccessImpl
Standard AnnotationAccess for a specific type.
|
class |
ServiceDefImpl |
class |
ServiceResourcesImpl
Implementation of
ServiceBuilderResources . |
Modifier and Type | Class and Description |
---|---|
class |
AbtractAspectInterceptorBuilder<T> |
class |
AspectInterceptorBuilderImpl<T> |
Modifier and Type | Field and Description |
---|---|
protected AnnotationAccess |
AbtractAspectInterceptorBuilder.annotationAccess |
Modifier and Type | Method and Description |
---|---|
<T> AspectInterceptorBuilder<T> |
AspectDecoratorImpl.createBuilder(Class<T> serviceInterface,
T delegate,
AnnotationAccess annotationAccess,
String description) |
Constructor and Description |
---|
AbtractAspectInterceptorBuilder(AnnotationAccess annotationAccess) |
AspectInterceptorBuilderImpl(AnnotationAccess annotationAccess,
PlasticProxyFactory plasticProxyFactory,
Class<T> serviceInterface,
T delegate,
String description) |
Modifier and Type | Interface and Description |
---|---|
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). |
Modifier and Type | Method and Description |
---|---|
<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.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.