Package wt.services.applicationcontext

Interface Summary
ApplicationContext

Supported API: false

Extendable: false
ApplicationContextChild An ApplicationContextChild has the ability to get and set a parent context.
ApplicationContextServiceProvider Abstract service provider.
ApplicationContextServices An application context which provides access to services.
 

Class Summary
ACServicesAdapter

Supported API: false

Extendable: false
ApplicationContextFactory Factory used to keep track of a default context.
ApplicationContextServiceProviderAdapter

Supported API: false

Extendable: false
ApplicationContextServicesFactory Factory used to keep track of a default context.
ApplicationContextServicesSupport A basic implementation of a ApplicationContextServices.
WildCardServiceProvider This service provider will attempt to construct a new instance of any requested service.
 

Exception Summary
ApplicationContextException Base class for all exceptions originated in the applicationcontext package.
ServiceNotFoundException Exception used to indicate that no service was found.
UnableToCreateServiceException Exception used to indicate that a service was found but the provider was unable to construct it.