Class CachingWebInjectionContainer

java.lang.Object
org.jboss.as.web.common.AbstractWebInjectionContainer
org.jboss.as.web.common.CachingWebInjectionContainer
All Implemented Interfaces:
WebInjectionContainer

public class CachingWebInjectionContainer extends AbstractWebInjectionContainer
A WebInjectionContainer that caches ManagedReference instances between newInstance(Object) and destroyInstance(Object).
Author:
Emanuel Muckenhuber, Paul Ferraro