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, toString
public 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.WebScriptRequest
getServiceContextPath
in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
public java.lang.String getPathInfo()
getPathInfo
in interface org.springframework.extensions.webscripts.WebScriptRequest
getPathInfo
in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
public java.lang.String getTenant()
protected java.lang.String getRealPathInfo()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.