|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AnnotationProvider in org.apache.tapestry5.ioc |
|---|
| Methods in org.apache.tapestry5.ioc with parameters of type AnnotationProvider | ||
|---|---|---|
|
ObjectLocator.getObject(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider)
Obtains an object indirectly, using the MasterObjectProvider service. |
|
|
ObjectProvider.provide(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider,
ObjectLocator locator)
Provides an object based on an expression. |
|
| Uses of AnnotationProvider in org.apache.tapestry5.ioc.internal |
|---|
| Classes in org.apache.tapestry5.ioc.internal that implement AnnotationProvider | |
|---|---|
class |
NullAnnotationProvider
A null implementation of AnnotationProvider, used when there is not appropriate source of annotations. |
| Methods in org.apache.tapestry5.ioc.internal with parameters of type AnnotationProvider | ||
|---|---|---|
|
RegistryWrapper.getObject(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider)
|
|
|
RegistryImpl.getObject(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider)
|
|
|
ObjectLocatorImpl.getObject(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider)
|
|
|
RegistryImpl.getObject(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider,
ObjectLocator locator,
Module localModule)
|
|
|
InternalRegistry.getObject(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider,
ObjectLocator locator,
Module localModule)
As with ObjectLocator.getObject(Class, org.apache.tapestry5.ioc.AnnotationProvider),
but handles the Local annotation. |
|
| Uses of AnnotationProvider in org.apache.tapestry5.ioc.internal.services |
|---|
| Classes in org.apache.tapestry5.ioc.internal.services that implement AnnotationProvider | |
|---|---|
class |
AccessableObjectAnnotationProvider
Provides access to annotations of an accessable object such as a Method or Field. |
class |
AnnotationProviderChain
Chain of command for AnnotationProvider. |
class |
PropertyAdapterImpl
|
| Methods in org.apache.tapestry5.ioc.internal.services that return AnnotationProvider | |
|---|---|
static AnnotationProvider |
AnnotationProviderChain.create(java.util.List<AnnotationProvider> providers)
Creates an AnnotationProvider from the list of providers. |
| Methods in org.apache.tapestry5.ioc.internal.services with parameters of type AnnotationProvider | ||
|---|---|---|
|
ValueObjectProvider.provide(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider,
ObjectLocator locator)
|
|
|
SymbolObjectProvider.provide(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider,
ObjectLocator locator)
|
|
|
AutobuildObjectProvider.provide(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider,
ObjectLocator locator)
|
|
|
MasterObjectProviderImpl.provide(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider,
ObjectLocator locator,
boolean required)
|
|
| Method parameters in org.apache.tapestry5.ioc.internal.services with type arguments of type AnnotationProvider | |
|---|---|
static AnnotationProvider |
AnnotationProviderChain.create(java.util.List<AnnotationProvider> providers)
Creates an AnnotationProvider from the list of providers. |
| Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type AnnotationProvider | |
|---|---|
AnnotationProviderChain(AnnotationProvider[] providers)
|
|
| Uses of AnnotationProvider in org.apache.tapestry5.ioc.services |
|---|
| Subinterfaces of AnnotationProvider in org.apache.tapestry5.ioc.services | |
|---|---|
interface |
PropertyAdapter
Provides access to a single property within a class. |
| Methods in org.apache.tapestry5.ioc.services with parameters of type AnnotationProvider | ||
|---|---|---|
|
MasterObjectProvider.provide(java.lang.Class<T> objectType,
AnnotationProvider annotationProvider,
ObjectLocator locator,
boolean required)
Provides an object based on an expression. |
|
| Uses of AnnotationProvider in org.apache.tapestry5.ioc.test |
|---|
| Methods in org.apache.tapestry5.ioc.test that return AnnotationProvider | |
|---|---|
protected AnnotationProvider |
IOCTestCase.mockAnnotationProvider()
|
| Methods in org.apache.tapestry5.ioc.test with parameters of type AnnotationProvider | ||
|---|---|---|
protected
|
IOCTestCase.train_getAnnotation(AnnotationProvider annotationProvider,
java.lang.Class<T> annotationClass,
T annotation)
|
|
protected
|
IOCTestCase.train_provide(ObjectProvider provider,
java.lang.Class<T> objectType,
AnnotationProvider annotationProvider,
ObjectLocator locator,
T object)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||