Uses of Class
net.officefloor.web.session.InvalidatedSessionHttpException
Packages that use InvalidatedSessionHttpException
-
Uses of InvalidatedSessionHttpException in net.officefloor.web.session
Methods in net.officefloor.web.session that throw InvalidatedSessionHttpExceptionModifier and TypeMethodDescriptionHttpSession.getAttribute(String name) Obtains theObjectthat is bound to the name for thisHttpSession.HttpSession.getAttributeNames()HttpSession.getCreationTime()Obtains the time thisHttpSessionwas created.HttpSession.getExpireTime()Obtains the time thisHttpSessionwill be expired should it be idle.HttpSession.getSessionId()Obtains the session Id.booleanHttpSession.isNew()Indicates if this is a newHttpSession.voidHttpSession.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.