Class 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