Uses of Enum Class
jakarta.servlet.SessionTrackingMode
Packages that use 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 io.undertow.servlet.api
Methods in io.undertow.servlet.api that return types with arguments of type SessionTrackingModeMethod parameters in io.undertow.servlet.api with type arguments of type SessionTrackingModeModifier and TypeMethodDescriptionServletSessionConfig.setSessionTrackingModes(Set<SessionTrackingMode> sessionTrackingModes) -
Uses of SessionTrackingMode in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec that return types with arguments of type SessionTrackingModeModifier and TypeMethodDescriptionServletContextImpl.getDefaultSessionTrackingModes()ServletContextImpl.getEffectiveSessionTrackingModes()Method parameters in io.undertow.servlet.spec with type arguments of type SessionTrackingModeModifier and TypeMethodDescriptionvoidServletContextImpl.setDefaultSessionTrackingModes(HashSet<SessionTrackingMode> sessionTrackingModes) voidServletContextImpl.setSessionTrackingModes(Set<SessionTrackingMode> sessionTrackingModes) -
Uses of SessionTrackingMode in jakarta.servlet
Methods in jakarta.servlet that return SessionTrackingModeModifier and TypeMethodDescriptionstatic SessionTrackingModeReturns 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.Methods in jakarta.servlet that return types with arguments of type SessionTrackingModeModifier 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.Method parameters in jakarta.servlet with type arguments of type SessionTrackingModeModifier and TypeMethodDescriptionvoidServletContext.setSessionTrackingModes(Set<SessionTrackingMode> sessionTrackingModes) Sets the session tracking modes that are to become effective for this ServletContext.