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