Class RequestBeanStore

java.lang.Object
org.jboss.weld.contexts.beanstore.AttributeBeanStore
org.jboss.weld.module.web.context.beanstore.http.RequestBeanStore
All Implemented Interfaces:
Iterable<org.jboss.weld.serialization.spi.BeanIdentifier>, BeanStore, BoundBeanStore

public class RequestBeanStore extends AttributeBeanStore

A BeanStore that uses a HTTP request as backing storage.

This class is not threadsafe

Author:
Nicklas Karlsson, David Allen, Pete Muir