Class WebScriptServletSession
java.lang.Object
org.springframework.extensions.webscripts.servlet.WebScriptServletSession
- All Implemented Interfaces:
WebScriptSession
HTTP based Web Script Session
- Author:
- davidc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
session
protected jakarta.servlet.http.HttpSession session
-
-
Constructor Details
-
WebScriptServletSession
public WebScriptServletSession(jakarta.servlet.http.HttpSession session) Construct- Parameters:
session- HttpSession
-
-
Method Details
-
getId
Description copied from interface:WebScriptSessionGets the id of the session- Specified by:
getIdin interfaceWebScriptSession- Returns:
- session id
-
getValue
Description copied from interface:WebScriptSessionGets a value from the session- Specified by:
getValuein interfaceWebScriptSession- Parameters:
name- value name- Returns:
- value
-
removeValue
Description copied from interface:WebScriptSessionRemove value from the session- Specified by:
removeValuein interfaceWebScriptSession- Parameters:
name- value name
-
setValue
Description copied from interface:WebScriptSessionSets a value in the session- Specified by:
setValuein interfaceWebScriptSession- Parameters:
name- value namevalue- value
-