Class WebScriptServletSession

java.lang.Object
org.springframework.extensions.webscripts.servlet.WebScriptServletSession
All Implemented Interfaces:
WebScriptSession

public class WebScriptServletSession extends Object implements WebScriptSession
HTTP based Web Script Session
Author:
davidc
  • 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