public class TenantWebScriptServletRequest
extends org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
pathInfo |
protected java.lang.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 |
|---|---|
java.lang.String |
getPathInfo() |
protected java.lang.String |
getRealPathInfo() |
java.lang.String |
getServiceContextPath() |
java.lang.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 - request generatorreq - serviceMatch - protected void parse()
public java.lang.String getServiceContextPath()
getServiceContextPath in interface org.springframework.extensions.webscripts.WebScriptRequestgetServiceContextPath in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequestpublic java.lang.String getPathInfo()
getPathInfo in interface org.springframework.extensions.webscripts.WebScriptRequestgetPathInfo in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequestpublic java.lang.String getTenant()
protected java.lang.String getRealPathInfo()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.