Class PublicApiTenantWebScriptServletRequest

java.lang.Object
org.springframework.extensions.webscripts.WebScriptRequestImpl
org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
org.alfresco.repo.web.scripts.TenantWebScriptServletRequest
org.alfresco.rest.api.PublicApiTenantWebScriptServletRequest
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScriptRequest

public class PublicApiTenantWebScriptServletRequest extends TenantWebScriptServletRequest
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class org.alfresco.repo.web.scripts.TenantWebScriptServletRequest

    pathInfo, tenant

    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

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.alfresco.repo.web.scripts.TenantWebScriptServletRequest

    getPathInfo, getRealPathInfo, getServiceContextPath, getTenant

    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
  • Field Details

  • Constructor Details

    • 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)
  • Method Details