Uses of Class
net.officefloor.web.session.StoringSessionHttpException
Packages that use StoringSessionHttpException
-
Uses of StoringSessionHttpException in net.officefloor.web.session
Methods in net.officefloor.web.session that throw StoringSessionHttpExceptionModifier and TypeMethodDescriptionvoidHttpSession.removeAttribute(String name) Removes the boundObjectby the name from thisHttpSession.voidHttpSession.setAttribute(String name, Serializable object) Binds theObjectto the name within thisHttpSession.voidHttpSession.setExpireTime(Instant expireTime) Specifies the time thisHttpSessionwill expire if idle.