Uses of Class
org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
-
Packages that use WebScriptServletRequest Package Description org.springframework.extensions.webscripts org.springframework.extensions.webscripts.servlet -
-
Uses of WebScriptServletRequest in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts with parameters of type WebScriptServletRequest Modifier and Type Method Description AuthenticatorAbstractBasicHttpAuthenticatorFactory. create(WebScriptServletRequest req, WebScriptServletResponse res)Factory's create method.Constructors in org.springframework.extensions.webscripts with parameters of type WebScriptServletRequest Constructor Description BasicHttpAuthenticator(WebScriptServletRequest req, WebScriptServletResponse res)Construct -
Uses of WebScriptServletRequest in org.springframework.extensions.webscripts.servlet
Fields in org.springframework.extensions.webscripts.servlet declared as WebScriptServletRequest Modifier and Type Field Description protected WebScriptServletRequestWebScriptServletRuntime. servletReqMethods in org.springframework.extensions.webscripts.servlet with parameters of type WebScriptServletRequest Modifier and Type Method Description AuthenticatorServletAuthenticatorFactory. create(WebScriptServletRequest req, WebScriptServletResponse res)Create Servlet Authenticator
-