JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
F
G
I
R
C
com.truward.di
- package com.truward.di
com.truward.di.support
- package com.truward.di.support
D
DefaultInjectionContext
- Class in
com.truward.di.support
Default implementation of
InjectionContext
.
DefaultInjectionContext()
- Constructor for class com.truward.di.support.
DefaultInjectionContext
F
freeze()
- Method in interface com.truward.di.
InjectionContext
Freezes current context, so there will be no possibility to modify this context.
freeze()
- Method in class com.truward.di.support.
DefaultInjectionContext
G
getBean(Class<T>)
- Method in interface com.truward.di.
InjectionContext
Gets bean associated with the class given.
getBean(Class<T>)
- Method in class com.truward.di.support.
DefaultInjectionContext
getBeans(Class<T>)
- Method in interface com.truward.di.
InjectionContext
Returns all the beans that implement the given class.
getBeans(Class<T>)
- Method in class com.truward.di.support.
DefaultInjectionContext
I
InjectionContext
- Interface in
com.truward.di
Provides very simple dependency injection support by relying on the Resource annotation.
InjectionException
- Exception in
com.truward.di
Exception, that indicates certain illicit condition when operating in the injection context
InjectionException(String)
- Constructor for exception com.truward.di.
InjectionException
InjectionException(String, Throwable)
- Constructor for exception com.truward.di.
InjectionException
InjectionException(Throwable)
- Constructor for exception com.truward.di.
InjectionException
isFrozen()
- Method in interface com.truward.di.
InjectionContext
isFrozen()
- Method in class com.truward.di.support.
DefaultInjectionContext
R
registerBean(T)
- Method in interface com.truward.di.
InjectionContext
Puts bean instance to the context.
registerBean(Class<T>)
- Method in interface com.truward.di.
InjectionContext
Puts bean instance associated with the given class.
registerBean(T)
- Method in class com.truward.di.support.
DefaultInjectionContext
registerBean(Class<T>)
- Method in class com.truward.di.support.
DefaultInjectionContext
C
D
F
G
I
R
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2011–2014. All rights reserved.