|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ClassFab
.ClassFactory
.ObjectProvider
that interprets the locator
as a class name and converts it to a Class object.Resource
for resources found within the classpath.MethodFilter
s, returning
true only if each filter does.ObjectProvider
mapped to prefix
"configuration:" for accessing configurations.ConfigurationPoint
interface; a
container for Contribution
s.ServiceModel
s to access
non-public information about a ServicePoint
, such as its
instance builder and interceptors.Resource
for resources found within the web
application context.ConfigurationPoint
.Contribution
interface, a wrapper
around objects that can provide values that plug into an extension point.Rule
for creating a new object.ClassPool
and our own
ClassFactoryClassLoader
that manages the creation of new
instance of CtClass
and converts finished CtClass's into instantiable Classes.ClassResolver.findClass(String)
, but simply returns null if the class does not exist (i.e.,
if ClassNotFoundException
is thrown).
ThreadEventNotifier.fireThreadCleanup()
.
ThreadEventNotifier.fireThreadCleanup()
.
ServiceImplementationConstructor
), and checks that the result is non-null and
assignable to the service interface.
HiveMindFilter.init(FilterConfig)
to actually construct the Registry.
RegistryInfrastructureConstructor.addModuleDescriptor(ModuleDescriptor)
.
ServicePoint.getService(Class)
(for singletons),
or from the generated deferrable proxy (for most service models).
Translator
initializer string of the
form: key=value[,key=value]*
into a Map of
keys and values.
ServiceImplementationConstructor
that will ultimately create the service implementation instance.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |