public class TenantWebScriptServletRequest
extends org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
| Modifier and Type | Field and Description |
|---|---|
protected String |
pathInfo |
protected String |
tenant |
| Constructor and Description |
|---|
TenantWebScriptServletRequest(org.springframework.extensions.webscripts.Runtime container,
javax.servlet.http.HttpServletRequest req,
org.springframework.extensions.webscripts.Match serviceMatch,
org.springframework.extensions.config.ServerProperties serverProperties)
Construction
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPathInfo() |
protected String |
getRealPathInfo() |
String |
getServiceContextPath() |
String |
getTenant() |
protected void |
parse() |
forceSuccessStatus, getAgent, getContent, getContentType, getContextPath, getFileField, getHeader, getHeaderNames, getHeaderValues, getHttpServletRequest, getParameter, getParameterNames, getParameterValues, getQueryString, getServerPath, getServiceMatch, getServicePath, getURL, resolveUserAgent, toStringpublic TenantWebScriptServletRequest(org.springframework.extensions.webscripts.Runtime container,
javax.servlet.http.HttpServletRequest req,
org.springframework.extensions.webscripts.Match serviceMatch,
org.springframework.extensions.config.ServerProperties serverProperties)
container - Runtimereq - HttpServletRequestserviceMatch - MatchserverProperties - ServerPropertiesprotected void parse()
public String getServiceContextPath()
getServiceContextPath in interface org.springframework.extensions.webscripts.WebScriptRequestgetServiceContextPath in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequestpublic String getPathInfo()
getPathInfo in interface org.springframework.extensions.webscripts.WebScriptRequestgetPathInfo in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequestpublic String getTenant()
protected String getRealPathInfo()
Copyright © 2005–2018 Alfresco Software. All rights reserved.