Class MarshalledValueSessionAttributesFactoryConfiguration<S,​SC,​AL,​V,​MC,​LC>

  • Type Parameters:
    S - the HttpSession specification type
    SC - the ServletContext specification type
    AL - the HttpSessionAttributeListener specification type
    V - the attributes value type
    MC - the marshalling context type
    LC - the local context type
    All Implemented Interfaces:
    SessionAttributesFactoryConfiguration<S,​SC,​AL,​V,​org.wildfly.clustering.marshalling.spi.MarshalledValue<V,​MC>>

    public abstract class MarshalledValueSessionAttributesFactoryConfiguration<S,​SC,​AL,​V,​MC,​LC>
    extends Object
    implements SessionAttributesFactoryConfiguration<S,​SC,​AL,​V,​org.wildfly.clustering.marshalling.spi.MarshalledValue<V,​MC>>
    Configuration for a factory for creating SessionAttributes objects, based on marshalled values.
    Author:
    Paul Ferraro