| Package | Description |
|---|---|
| jakarta.servlet | |
| org.apache.jasper.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()
Obtains the default session tracking modes for this web application.
|
java.util.Set<SessionTrackingMode> |
ServletContext.getEffectiveSessionTrackingModes()
Obtains the currently enabled session tracking modes for this web
application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServletContext.setSessionTrackingModes(java.util.Set<SessionTrackingMode> sessionTrackingModes)
Configures the available session tracking modes for this web application.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SessionTrackingMode> |
JspCServletContext.getDefaultSessionTrackingModes() |
java.util.Set<SessionTrackingMode> |
JspCServletContext.getEffectiveSessionTrackingModes() |
| Modifier and Type | Method and Description |
|---|---|
void |
JspCServletContext.setSessionTrackingModes(java.util.Set<SessionTrackingMode> sessionTrackingModes) |
Copyright © 2014–2021. All rights reserved.