Class PublicApiTenantWebScriptServletRequest

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

    public class PublicApiTenantWebScriptServletRequest
    extends TenantWebScriptServletRequest
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NETWORK_PATH  
      static java.lang.String NETWORKS_PATH  
      • Fields inherited from class org.springframework.extensions.webscripts.WebScriptRequestImpl

        MULTIPART_FORM_DATA
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)