Uses of Class
net.officefloor.web.session.StoringSessionHttpException
-
Packages that use StoringSessionHttpException Package Description net.officefloor.web.session -
-
Uses of StoringSessionHttpException in net.officefloor.web.session
Methods in net.officefloor.web.session that throw StoringSessionHttpException Modifier and Type Method Description void
HttpSession. removeAttribute(java.lang.String name)
Removes the boundObject
by the name from thisHttpSession
.void
HttpSession. setAttribute(java.lang.String name, java.io.Serializable object)
Binds theObject
to the name within thisHttpSession
.void
HttpSession. setExpireTime(java.time.Instant expireTime)
Specifies the time thisHttpSession
will expire if idle.
-