Interface SessionAttributesFactoryConfiguration<S,C,L,V,SV>

Type Parameters:
S - the HttpSession specification type
C - the ServletContext specification type
L - the HttpSessionActivationListener specification type
V - attributes cache entry type
SV - attributes serialized form type
All Known Implementing Classes:
MarshalledValueSessionAttributesFactoryConfiguration

public interface SessionAttributesFactoryConfiguration<S,C,L,V,SV>
Configuration of a factory for creating a SessionAttributes object.
Author:
Paul Ferraro