- Ignore - Annotation Type in no.tornado.inject
-
- init() - Static method in class no.tornado.inject.module.ModuleSystem
-
- InitializingBean - Interface in no.tornado.inject
-
Let your bean implement this interface to be notified once the ApplicationContext is initialized.
- inject(Object) - Static method in class no.tornado.inject.ApplicationContext
-
Inject beans from the ApplicationContext into an arbitrary object that is not
part of the ApplicationContext.
- Inject - Annotation Type in no.tornado.inject
-
Fields in your beans annotated with Inject will be automatically injected.
- InjectEvent - Interface in no.tornado.inject.module
-
- InjectEventListener - Interface in no.tornado.inject.module
-
- InjectServlet - Class in no.tornado.inject.servlet
-
Subclasses of this servlet will automatically support @Inject and @Require annotations and
thereby support dependency injection for servlets.
- InjectServlet() - Constructor for class no.tornado.inject.servlet.InjectServlet
-
- InjectWrapper - Class in no.tornado.inject.servlet.tomcat
-
When registered in a Tomcat Context as the wrapperClass it will
automatically support @Inject and @Require annotations in your servlets
without requiring you to extend InjectServlet.
- InjectWrapper() - Constructor for class no.tornado.inject.servlet.tomcat.InjectWrapper
-
- install(Module) - Static method in class no.tornado.inject.module.ModuleSystem
-
- install(String) - Static method in class no.tornado.inject.module.ModuleSystem
-
- installModules() - Static method in class no.tornado.inject.module.ModuleSystem
-
Install all modules that are not already installed from module folder
- installShutdownHook() - Static method in class no.tornado.inject.ApplicationContext
-
- instantiate() - Method in class no.tornado.inject.BeanInfo
-
- Intercept - Annotation Type in no.tornado.inject
-
Annotate any beanProviderMethod with @Intercept("interceptorBean") to
reference another bean that must implement the MethodInterceptor interface.
- intercept(Object, Method, Object[]) - Method in interface no.tornado.inject.MethodInterceptor
-
- invalidate(Map<String, Serializable>) - Method in class no.tornado.inject.CacheStore
-
- InvalidateCaches - Annotation Type in no.tornado.inject
-
- invalidateClassLoader() - Method in class no.tornado.inject.module.Module
-
- invalidateExpired() - Method in class no.tornado.inject.CacheStore
-
- invoke(Object, Method, Object[]) - Method in class no.tornado.inject.BeanProxy
-
- invoke(Object, Method, Object[]) - Method in class no.tornado.inject.module.ServiceProxy
-
- invokeOnApplicationContext(String, Object...) - Method in class no.tornado.inject.module.Module
-
- IOTools - Class in no.tornado.inject
-
- IOTools() - Constructor for class no.tornado.inject.IOTools
-
- isActive() - Static method in class no.tornado.inject.module.ModuleSystem
-
- isAlreadyRegistered(File) - Static method in class no.tornado.inject.module.ModuleSystem
-
- isAlreadyRegistered(Module) - Static method in class no.tornado.inject.module.ModuleSystem
-
- isDisabled() - Static method in class no.tornado.inject.module.ModuleSystem
-
- isEager() - Method in class no.tornado.inject.BeanInfo
-
- isInstatiated() - Method in class no.tornado.inject.BeanInfo
-