org.jboss.weld.contexts.bound.BoundRequestContextImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weld-servlet-shaded Show documentation
Show all versions of weld-servlet-shaded Show documentation
This jar bundles all the bits of Weld and CDI required for running in a Servlet container.
package org.jboss.weld.contexts.bound;
import java.lang.annotation.Annotation;
import java.util.Map;
import javax.enterprise.context.RequestScoped;
import org.jboss.weld.contexts.AbstractBoundContext;
import org.jboss.weld.contexts.beanstore.MapBeanStore;
import org.jboss.weld.contexts.beanstore.NamingScheme;
import org.jboss.weld.contexts.beanstore.SimpleNamingScheme;
import org.jboss.weld.context.bound.BoundRequestContext;
import org.jboss.weld.contexts.cache.RequestScopedCache;
public class BoundRequestContextImpl extends AbstractBoundContext