Uses of Enum Class
jakarta.servlet.SessionTrackingMode
Package
Description
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
-
Uses of SessionTrackingMode in jakarta.servlet
Modifier and TypeMethodDescriptionstatic SessionTrackingMode
Returns the enum constant of this class with the specified name.static SessionTrackingMode[]
SessionTrackingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionServletContext.getDefaultSessionTrackingModes()
Gets the session tracking modes that are supported by default for this ServletContext.ServletContext.getEffectiveSessionTrackingModes()
Gets the session tracking modes that are in effect for this ServletContext.Modifier and TypeMethodDescriptionvoid
ServletContext.setSessionTrackingModes
(Set<SessionTrackingMode> sessionTrackingModes) Sets the session tracking modes that are to become effective for this ServletContext.