Uses of Enum Class
org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
Packages that use Session.SessionTrackingMode
-
Uses of Session.SessionTrackingMode in org.springframework.boot.web.servlet.server
Methods in org.springframework.boot.web.servlet.server that return Session.SessionTrackingModeModifier and TypeMethodDescriptionstatic Session.SessionTrackingMode
Returns the enum constant of this class with the specified name.static Session.SessionTrackingMode[]
Session.SessionTrackingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.web.servlet.server that return types with arguments of type Session.SessionTrackingModeMethod parameters in org.springframework.boot.web.servlet.server with type arguments of type Session.SessionTrackingModeModifier and TypeMethodDescriptionvoid
Session.setTrackingModes
(Set<Session.SessionTrackingMode> trackingModes)