Uses of Interface
net.officefloor.web.session.spi.StoreHttpSessionOperation
-
Packages that use StoreHttpSessionOperation Package Description net.officefloor.web.session.spi net.officefloor.web.session.store -
-
Uses of StoreHttpSessionOperation in net.officefloor.web.session.spi
Methods in net.officefloor.web.session.spi with parameters of type StoreHttpSessionOperation Modifier and Type Method Description void
HttpSessionStore. storeHttpSession(StoreHttpSessionOperation operation)
Triggers storing theHttpSession
details. -
Uses of StoreHttpSessionOperation in net.officefloor.web.session.store
Methods in net.officefloor.web.session.store with parameters of type StoreHttpSessionOperation Modifier and Type Method Description void
MemoryHttpSessionStore. storeHttpSession(StoreHttpSessionOperation operation)
-