Interface SessionAttributesFactoryConfiguration<S,C,L,V,SV>
- Type Parameters:
S- the HttpSession specification typeC- the ServletContext specification typeL- the HttpSessionActivationListener specification typeV- attributes cache entry typeSV- 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
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getMarshaller
Marshaller<V,SV> getMarshaller() -
getImmutability
Immutability getImmutability() -
getHttpSessionActivationListenerProvider
HttpSessionActivationListenerProvider<S,C, getHttpSessionActivationListenerProvider()L>
-