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

java.lang.Object
org.wildfly.clustering.web.cache.session.attributes.MarshalledValueSessionAttributesFactoryConfiguration<S,SC,AL,V,LC>
Type Parameters:
S - the HttpSession specification type
SC - the ServletContext specification type
AL - the HttpSessionAttributeListener specification type
V - the attributes value type
LC - the local context type
All Implemented Interfaces:
SessionAttributesFactoryConfiguration<S,SC,AL,V,MarshalledValue<V,ByteBufferMarshaller>>

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