Class PublicApiTenantWebScriptServletRequest

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.WebScriptRequest

    public class PublicApiTenantWebScriptServletRequest
    extends TenantWebScriptServletRequest
    • Constructor Summary

      Constructors 
      Constructor Description
      PublicApiTenantWebScriptServletRequest​(org.springframework.extensions.webscripts.Runtime container, javax.servlet.http.HttpServletRequest req, org.springframework.extensions.webscripts.Match serviceMatch, org.springframework.extensions.config.ServerProperties serverProperties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void parse()  
      • Methods inherited from class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest

        forceSuccessStatus, getAgent, getContent, getContentType, getContextPath, getFileField, getHeader, getHeaderNames, getHeaderValues, getHttpServletRequest, getParameter, getParameterNames, getParameterValues, getQueryString, getServerPath, getServiceMatch, getServicePath, getURL, resolveUserAgent, toString
      • Methods inherited from class org.springframework.extensions.webscripts.WebScriptRequestImpl

        getExtensionPath, getFormat, getFormatStyle, getJSONCallback, getRuntime, isGuest, parseContent
    • Constructor Detail

      • PublicApiTenantWebScriptServletRequest

        public PublicApiTenantWebScriptServletRequest​(org.springframework.extensions.webscripts.Runtime container,
                                                      javax.servlet.http.HttpServletRequest req,
                                                      org.springframework.extensions.webscripts.Match serviceMatch,
                                                      org.springframework.extensions.config.ServerProperties serverProperties)