Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
Modifier and Type | Method and Description |
---|---|
static ServerProperties.Session.SessionTrackingMode |
ServerProperties.Session.SessionTrackingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerProperties.Session.SessionTrackingMode[] |
ServerProperties.Session.SessionTrackingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ServerProperties.Session.SessionTrackingMode> |
ServerProperties.Session.getTrackingModes() |
Modifier and Type | Method and Description |
---|---|
void |
ServerProperties.Session.setTrackingModes(Set<ServerProperties.Session.SessionTrackingMode> trackingModes) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.