Uses of Interface
org.jboss.as.web.common.WebInjectionContainer
-
Packages that use WebInjectionContainer Package Description org.jboss.as.web.common -
-
Uses of WebInjectionContainer in org.jboss.as.web.common
Classes in org.jboss.as.web.common that implement WebInjectionContainer Modifier and Type Class Description classAbstractWebInjectionContainerclassCachingWebInjectionContainerAWebInjectionContainerthat cachesManagedReferenceinstances betweenCachingWebInjectionContainer.newInstance(Object)andCachingWebInjectionContainer.destroyInstance(Object).classSimpleWebInjectionContainerAWebInjectionContainerimplementation for use with distributable web applications that does not cacheManagedReferenceinstances.Methods in org.jboss.as.web.common that return WebInjectionContainer Modifier and Type Method Description static WebInjectionContainerStartupContext. getInjectionContainer()Methods in org.jboss.as.web.common with parameters of type WebInjectionContainer Modifier and Type Method Description static voidStartupContext. setInjectionContainer(WebInjectionContainer injectionContainer)
-