public class BufferedRequest extends Object implements org.springframework.extensions.webscripts.WrappingWebScriptRequest
Constructor and Description |
---|
BufferedRequest(org.springframework.extensions.webscripts.WebScriptRequest req,
org.apache.chemistry.opencmis.server.shared.TempStoreOutputStreamFactory streamFactory) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
forceSuccessStatus() |
String |
getAgent() |
org.springframework.extensions.surf.util.Content |
getContent() |
String |
getContentType() |
String |
getContextPath() |
String |
getExtensionPath() |
String |
getFormat() |
org.springframework.extensions.webscripts.Description.FormatStyle |
getFormatStyle() |
String |
getHeader(String name) |
String[] |
getHeaderNames() |
String[] |
getHeaderValues(String name) |
String |
getJSONCallback() |
org.springframework.extensions.webscripts.WebScriptRequest |
getNext() |
String |
getParameter(String name) |
String[] |
getParameterNames() |
String[] |
getParameterValues(String name) |
String |
getPathInfo() |
String |
getQueryString() |
org.springframework.extensions.webscripts.Runtime |
getRuntime() |
String |
getServerPath() |
String |
getServiceContextPath() |
org.springframework.extensions.webscripts.Match |
getServiceMatch() |
String |
getServicePath() |
String |
getURL() |
boolean |
isGuest() |
Object |
parseContent() |
void |
reset() |
public BufferedRequest(org.springframework.extensions.webscripts.WebScriptRequest req, org.apache.chemistry.opencmis.server.shared.TempStoreOutputStreamFactory streamFactory)
public void reset()
public void close()
public org.springframework.extensions.webscripts.WebScriptRequest getNext()
getNext
in interface org.springframework.extensions.webscripts.WrappingWebScriptRequest
public boolean forceSuccessStatus()
forceSuccessStatus
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getAgent()
getAgent
in interface org.springframework.extensions.webscripts.WebScriptRequest
public org.springframework.extensions.surf.util.Content getContent()
getContent
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getContentType()
getContentType
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getContextPath()
getContextPath
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getExtensionPath()
getExtensionPath
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getFormat()
getFormat
in interface org.springframework.extensions.webscripts.WebScriptRequest
public org.springframework.extensions.webscripts.Description.FormatStyle getFormatStyle()
getFormatStyle
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getHeader(String name)
getHeader
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String[] getHeaderNames()
getHeaderNames
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String[] getHeaderValues(String name)
getHeaderValues
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getJSONCallback()
getJSONCallback
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getParameter(String name)
getParameter
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String[] getParameterNames()
getParameterNames
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String[] getParameterValues(String name)
getParameterValues
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getPathInfo()
getPathInfo
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getQueryString()
getQueryString
in interface org.springframework.extensions.webscripts.WebScriptRequest
public org.springframework.extensions.webscripts.Runtime getRuntime()
getRuntime
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getServerPath()
getServerPath
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getServiceContextPath()
getServiceContextPath
in interface org.springframework.extensions.webscripts.WebScriptRequest
public org.springframework.extensions.webscripts.Match getServiceMatch()
getServiceMatch
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getServicePath()
getServicePath
in interface org.springframework.extensions.webscripts.WebScriptRequest
public String getURL()
getURL
in interface org.springframework.extensions.webscripts.WebScriptRequest
public boolean isGuest()
isGuest
in interface org.springframework.extensions.webscripts.WebScriptRequest
public Object parseContent()
parseContent
in interface org.springframework.extensions.webscripts.WebScriptRequest
Copyright © 2005–2017 Alfresco Software. All rights reserved.