Uses of Interface
org.springframework.extensions.webscripts.WebScriptSession
-
Packages that use WebScriptSession Package Description org.springframework.extensions.webscripts org.springframework.extensions.webscripts.portlet org.springframework.extensions.webscripts.servlet -
-
Uses of WebScriptSession in org.springframework.extensions.webscripts
Fields in org.springframework.extensions.webscripts declared as WebScriptSession Modifier and Type Field Description protected WebScriptSessionAbstractRuntime. sessionMethods in org.springframework.extensions.webscripts that return WebScriptSession Modifier and Type Method Description WebScriptSessionWebScriptSessionFactory. createSession()Create a Web Script SessionWebScriptSessionAbstractRuntime. getSession()WebScriptSessionRuntime. getSession()Get the Web Script Session -
Uses of WebScriptSession in org.springframework.extensions.webscripts.portlet
Classes in org.springframework.extensions.webscripts.portlet that implement WebScriptSession Modifier and Type Class Description classWebScriptPortletSessionHTTP based Web Script Session -
Uses of WebScriptSession in org.springframework.extensions.webscripts.servlet
Classes in org.springframework.extensions.webscripts.servlet that implement WebScriptSession Modifier and Type Class Description classWebScriptServletSessionHTTP based Web Script Session
-