Uses of Interface
org.wildfly.clustering.web.cache.session.attributes.SessionAttributesFactory
-
Packages that use SessionAttributesFactory Package Description org.wildfly.clustering.web.cache.session -
-
Uses of SessionAttributesFactory in org.wildfly.clustering.web.cache.session
Methods in org.wildfly.clustering.web.cache.session that return SessionAttributesFactory Modifier and Type Method Description SessionAttributesFactory<C,AV>CompositeSessionFactory. getAttributesFactory()SessionAttributesFactory<SC,AV>SessionFactory. getAttributesFactory()Constructors in org.wildfly.clustering.web.cache.session with parameters of type SessionAttributesFactory Constructor Description CompositeSessionFactory(SessionMetaDataFactory<MV> metaDataFactory, SessionAttributesFactory<C,AV> attributesFactory, Supplier<L> localContextFactory)
-