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 aSessionAttributesobject.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpSessionActivationListenerProvider<S,C,L>getHttpSessionActivationListenerProvider()ImmutabilitygetImmutability()Marshaller<V,SV>getMarshaller()
-
-
-
Method Detail
-
getMarshaller
Marshaller<V,SV> getMarshaller()
-
getImmutability
Immutability getImmutability()
-
getHttpSessionActivationListenerProvider
HttpSessionActivationListenerProvider<S,C,L> getHttpSessionActivationListenerProvider()
-
-