Interface SessionAttributesFactory<C,V>

Type Parameters:
C - the ServletContext specification type
V - the marshalled value type
All Superinterfaces:
AutoCloseable, Creator<String,V,Void>, ImmutableSessionAttributesFactory<V>, Locator<String,V>, Remover<String>

public interface SessionAttributesFactory<C,V> extends ImmutableSessionAttributesFactory<V>, Creator<String,V,Void>, Remover<String>, AutoCloseable
Factory for creating a SessionAttributes object.
Author:
Paul Ferraro