Class MarshallerSessionAttributesFactoryConfiguration<S,DC,L,V,MV>

java.lang.Object
org.wildfly.clustering.session.cache.attributes.MarshallerSessionAttributesFactoryConfiguration<S,DC,L,V,MV>
Type Parameters:
S - the HttpSession specification type
DC - the ServletContext specification type
L - the HttpSessionAttributeListener specification type
V - the attributes value type
MV - the serialized attributes value type
All Implemented Interfaces:
SessionAttributesFactoryConfiguration<S,DC,L,V,MV>
Direct Known Subclasses:
IdentityMarshallerSessionAttributesFactoryConfiguration, MarshalledValueMarshallerSessionAttributesFactoryConfiguration

public abstract class MarshallerSessionAttributesFactoryConfiguration<S,DC,L,V,MV> extends Object implements SessionAttributesFactoryConfiguration<S,DC,L,V,MV>
Configuration for a factory for creating SessionAttributes objects, based on marshalled values.
Author:
Paul Ferraro