Uses of Interface
org.jboss.weld.context.cache.RequestScopedItem
-
Packages that use RequestScopedItem Package Description org.jboss.weld.bean.proxy JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.cache JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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.context.cache
Methods in org.jboss.weld.context.cache with parameters of type RequestScopedItem Modifier and Type Method Description static voidRequestScopedCache. addItem(RequestScopedItem item)static booleanRequestScopedCache. addItemIfActive(RequestScopedItem item)
-