|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceDef3 | |
|---|---|
| org.apache.tapestry5.ioc.internal | |
| org.apache.tapestry5.ioc.internal.util | |
| Uses of ServiceDef3 in org.apache.tapestry5.ioc.internal |
|---|
| Classes in org.apache.tapestry5.ioc.internal that implement ServiceDef3 | |
|---|---|
class |
ServiceDefImpl
|
| Methods in org.apache.tapestry5.ioc.internal that return ServiceDef3 | |
|---|---|
ServiceDef3 |
Module.getServiceDef(String serviceId)
Returns the service definition for the given service id. |
ServiceDef3 |
ModuleImpl.getServiceDef(String serviceId)
|
| Methods in org.apache.tapestry5.ioc.internal with parameters of type ServiceDef3 | ||
|---|---|---|
List<ServiceAdvisor> |
InternalRegistry.findAdvisorsForService(ServiceDef3 serviceDef)
Searches for advisors for a particular service, returning them in order of application. |
|
List<ServiceAdvisor> |
RegistryImpl.findAdvisorsForService(ServiceDef3 serviceDef)
|
|
List<ServiceDecorator> |
InternalRegistry.findDecoratorsForService(ServiceDef3 serviceDef)
Searches for decorators for a particular service. |
|
List<ServiceDecorator> |
RegistryImpl.findDecoratorsForService(ServiceDef3 serviceDef)
|
|
|
InternalRegistry.getMappedConfiguration(ServiceDef3 serviceDef,
Class<K> keyType,
Class<V> valueType)
Builds up a map of key/value pairs by invoking service contribution methods that target the service (from any module, unless the service is private). |
|
|
RegistryImpl.getMappedConfiguration(ServiceDef3 serviceDef,
Class<K> keyType,
Class<V> objectType)
|
|
|
InternalRegistry.getOrderedConfiguration(ServiceDef3 serviceDef,
Class<T> valueType)
Builds up an ordered collection by invoking service contributor methods that target the service (from any module, unless the service is private). |
|
|
RegistryImpl.getOrderedConfiguration(ServiceDef3 serviceDef,
Class<T> objectType)
|
|
|
InternalRegistry.getUnorderedConfiguration(ServiceDef3 serviceDef,
Class<T> valueType)
Builds up an unordered collection by invoking service contributor methods that target the service (from any module, unless the service is private). |
|
|
RegistryImpl.getUnorderedConfiguration(ServiceDef3 serviceDef,
Class<T> objectType)
|
|
| Constructors in org.apache.tapestry5.ioc.internal with parameters of type ServiceDef3 | |
|---|---|
AdvisorStackBuilder(ServiceDef3 serviceDef,
ObjectCreator delegate,
AspectDecorator aspectDecorator,
InternalRegistry registry)
|
|
InterceptorStackBuilder(ServiceDef3 serviceDef,
ObjectCreator delegate,
InternalRegistry registry)
|
|
ServiceResourcesImpl(InternalRegistry registry,
Module module,
ServiceDef3 serviceDef,
PlasticProxyFactory proxyFactory,
org.slf4j.Logger logger)
|
|
| Uses of ServiceDef3 in org.apache.tapestry5.ioc.internal.util |
|---|
| Methods in org.apache.tapestry5.ioc.internal.util that return ServiceDef3 | |
|---|---|
static ServiceDef3 |
InternalUtils.toServiceDef3(ServiceDef sd)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||