Package javax.servlet.http
Interface HttpSession
- All Superinterfaces:
jakarta.servlet.http.HttpSession
- All Known Implementing Classes:
HttpSession.Impl
A temporary class used until all dependencies provide releases based on jakarta.** APIs
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault Object
getAttribute
(String name) default Enumeration<String>
default long
jakarta.servlet.http.HttpSession
default String
getId()
default long
default int
default jakarta.servlet.ServletContext
default void
default boolean
isNew()
default void
removeAttribute
(String name) default void
setAttribute
(String name, Object value) default void
setMaxInactiveInterval
(int interval)
-
Method Details
-
getDelegate
jakarta.servlet.http.HttpSession getDelegate() -
getCreationTime
- Specified by:
getCreationTime
in interfacejakarta.servlet.http.HttpSession
-
getId
- Specified by:
getId
in interfacejakarta.servlet.http.HttpSession
-
getLastAccessedTime
- Specified by:
getLastAccessedTime
in interfacejakarta.servlet.http.HttpSession
-
getServletContext
- Specified by:
getServletContext
in interfacejakarta.servlet.http.HttpSession
-
setMaxInactiveInterval
- Specified by:
setMaxInactiveInterval
in interfacejakarta.servlet.http.HttpSession
-
getMaxInactiveInterval
- Specified by:
getMaxInactiveInterval
in interfacejakarta.servlet.http.HttpSession
-
getAttribute
- Specified by:
getAttribute
in interfacejakarta.servlet.http.HttpSession
-
getAttributeNames
- Specified by:
getAttributeNames
in interfacejakarta.servlet.http.HttpSession
-
setAttribute
- Specified by:
setAttribute
in interfacejakarta.servlet.http.HttpSession
-
removeAttribute
- Specified by:
removeAttribute
in interfacejakarta.servlet.http.HttpSession
-
invalidate
- Specified by:
invalidate
in interfacejakarta.servlet.http.HttpSession
-
isNew
- Specified by:
isNew
in interfacejakarta.servlet.http.HttpSession
-