Uses of Package
net.officefloor.web.session.spi
-
Packages that use net.officefloor.web.session.spi Package Description net.officefloor.web.session net.officefloor.web.session.generator net.officefloor.web.session.spi net.officefloor.web.session.store -
Classes in net.officefloor.web.session.spi used by net.officefloor.web.session Class Description HttpSessionIdGenerator Generates theHttpSession
Id.HttpSessionStore Provides a store (or cache) ofHttpSession
instances. -
Classes in net.officefloor.web.session.spi used by net.officefloor.web.session.generator Class Description FreshHttpSession Newly createdHttpSession
requiring a session Id.HttpSessionIdGenerator Generates theHttpSession
Id. -
Classes in net.officefloor.web.session.spi used by net.officefloor.web.session.spi Class Description CreateHttpSessionOperation Operation to obtain details of creating a newHttpSession
within theHttpSessionStore
.FreshHttpSession Newly createdHttpSession
requiring a session Id.InvalidateHttpSessionOperation Operation to obtain details of invalidating aHttpSession
within theHttpSessionStore
.RetrieveHttpSessionOperation Operation to obtain details of retrieving aHttpSession
from theHttpSessionStore
.StoreHttpSessionOperation Operation to obtain details of storing theHttpSession
within theHttpSessionStore
. -
Classes in net.officefloor.web.session.spi used by net.officefloor.web.session.store Class Description CreateHttpSessionOperation Operation to obtain details of creating a newHttpSession
within theHttpSessionStore
.HttpSessionStore Provides a store (or cache) ofHttpSession
instances.InvalidateHttpSessionOperation Operation to obtain details of invalidating aHttpSession
within theHttpSessionStore
.RetrieveHttpSessionOperation Operation to obtain details of retrieving aHttpSession
from theHttpSessionStore
.StoreHttpSessionOperation Operation to obtain details of storing theHttpSession
within theHttpSessionStore
.