| Package | Description |
|---|---|
| javax.servlet |
| Modifier and Type | Method and Description |
|---|---|
static SessionTrackingMode |
SessionTrackingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionTrackingMode[] |
SessionTrackingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SessionTrackingMode> |
ServletContext.getDefaultSessionTrackingModes()
The session tracking mode
|
java.util.Set<SessionTrackingMode> |
ServletContext.getEffectiveSessionTrackingModes()
The session tracking mode
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServletContext.setSessionTrackingModes(java.util.Set<SessionTrackingMode> modes)
The session tracking mode
|