Uses of Enum
jakarta.servlet.SessionTrackingMode
Packages that use SessionTrackingMode
-
Uses of SessionTrackingMode in jakarta.servlet
Methods in jakarta.servlet that return SessionTrackingModeModifier and TypeMethodDescriptionstatic SessionTrackingModeReturns 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.Methods in jakarta.servlet that return types with arguments of type SessionTrackingModeModifier and TypeMethodDescriptionServletContext.getDefaultSessionTrackingModes()Obtains the default session tracking modes for this web application.ServletContext.getEffectiveSessionTrackingModes()Obtains the currently enabled session tracking modes for this web application.Method parameters in jakarta.servlet with type arguments of type SessionTrackingModeModifier and TypeMethodDescriptionvoidServletContext.setSessionTrackingModes(Set<SessionTrackingMode> sessionTrackingModes) Configures the available session tracking modes for this web application. -
Uses of SessionTrackingMode in org.apache.jasper.servlet
Methods in org.apache.jasper.servlet that return types with arguments of type SessionTrackingModeModifier and TypeMethodDescriptionJspCServletContext.getDefaultSessionTrackingModes()JspCServletContext.getEffectiveSessionTrackingModes()Method parameters in org.apache.jasper.servlet with type arguments of type SessionTrackingModeModifier and TypeMethodDescriptionvoidJspCServletContext.setSessionTrackingModes(Set<SessionTrackingMode> sessionTrackingModes)