Uses of Interface
org.jboss.weld.contexts.cache.RequestScopedItem
-
Packages that use RequestScopedItem Package Description org.jboss.weld.bean.proxy org.jboss.weld.contexts.cache -
-
Uses of RequestScopedItem in org.jboss.weld.bean.proxy
Classes in org.jboss.weld.bean.proxy that implement RequestScopedItem Modifier and Type Class Description static classInterceptionDecorationContext.Stack -
Uses of RequestScopedItem in org.jboss.weld.contexts.cache
Methods in org.jboss.weld.contexts.cache with parameters of type RequestScopedItem Modifier and Type Method Description static voidRequestScopedCache. addItem(RequestScopedItem item)static booleanRequestScopedCache. addItemIfActive(RequestScopedItem item)
-