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,
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, toString
public TenantWebScriptServletRequest(org.springframework.extensions.webscripts.Runtime container, 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.WebScriptRequest
getServiceContextPath
in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
public String getPathInfo()
getPathInfo
in interface org.springframework.extensions.webscripts.WebScriptRequest
getPathInfo
in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
public String getTenant()
protected String getRealPathInfo()
Copyright © 2005–2017 Alfresco Software. All rights reserved.