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 theHttpSessionId.HttpSessionStore Provides a store (or cache) ofHttpSessioninstances. -
Classes in net.officefloor.web.session.spi used by net.officefloor.web.session.generator Class Description FreshHttpSession Newly createdHttpSessionrequiring a session Id.HttpSessionIdGenerator Generates theHttpSessionId. -
Classes in net.officefloor.web.session.spi used by net.officefloor.web.session.spi Class Description CreateHttpSessionOperation Operation to obtain details of creating a newHttpSessionwithin theHttpSessionStore.FreshHttpSession Newly createdHttpSessionrequiring a session Id.InvalidateHttpSessionOperation Operation to obtain details of invalidating aHttpSessionwithin theHttpSessionStore.RetrieveHttpSessionOperation Operation to obtain details of retrieving aHttpSessionfrom theHttpSessionStore.StoreHttpSessionOperation Operation to obtain details of storing theHttpSessionwithin 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 newHttpSessionwithin theHttpSessionStore.HttpSessionStore Provides a store (or cache) ofHttpSessioninstances.InvalidateHttpSessionOperation Operation to obtain details of invalidating aHttpSessionwithin theHttpSessionStore.RetrieveHttpSessionOperation Operation to obtain details of retrieving aHttpSessionfrom theHttpSessionStore.StoreHttpSessionOperation Operation to obtain details of storing theHttpSessionwithin theHttpSessionStore.