Interface SessionAttributesFactoryConfiguration<S,C,L,V,MV>
- Type Parameters:
S- the HttpSession specification typeC- the ServletContext specification typeL- the HttpSessionActivationListener specification typeV- attributes cache entry typeMV- attributes serialized form type
- All Known Implementing Classes:
IdentityMarshallerSessionAttributesFactoryConfiguration,MarshalledValueMarshallerSessionAttributesFactoryConfiguration,MarshallerSessionAttributesFactoryConfiguration
public interface SessionAttributesFactoryConfiguration<S,C,L,V,MV>
Configuration of a factory for creating a
SessionAttributes object.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.server.immutable.Immutability
-
Method Details
-
getMarshaller
-
getImmutability
org.wildfly.clustering.server.immutable.Immutability getImmutability() -
getSessionActivationListenerProvider
SessionActivationListenerFacadeProvider<S,C, getSessionActivationListenerProvider()L>
-