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.WrappingWebScriptRequestpublic boolean forceSuccessStatus()
forceSuccessStatus in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getAgent()
getAgent in interface org.springframework.extensions.webscripts.WebScriptRequestpublic org.springframework.extensions.surf.util.Content getContent()
getContent in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getContentType()
getContentType in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getContextPath()
getContextPath in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getExtensionPath()
getExtensionPath in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getFormat()
getFormat in interface org.springframework.extensions.webscripts.WebScriptRequestpublic org.springframework.extensions.webscripts.Description.FormatStyle getFormatStyle()
getFormatStyle in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getHeader(String name)
getHeader in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String[] getHeaderNames()
getHeaderNames in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String[] getHeaderValues(String name)
getHeaderValues in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getJSONCallback()
getJSONCallback in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getParameter(String name)
getParameter in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String[] getParameterNames()
getParameterNames in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String[] getParameterValues(String name)
getParameterValues in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getPathInfo()
getPathInfo in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getQueryString()
getQueryString in interface org.springframework.extensions.webscripts.WebScriptRequestpublic org.springframework.extensions.webscripts.Runtime getRuntime()
getRuntime in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getServerPath()
getServerPath in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getServiceContextPath()
getServiceContextPath in interface org.springframework.extensions.webscripts.WebScriptRequestpublic org.springframework.extensions.webscripts.Match getServiceMatch()
getServiceMatch in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getServicePath()
getServicePath in interface org.springframework.extensions.webscripts.WebScriptRequestpublic String getURL()
getURL in interface org.springframework.extensions.webscripts.WebScriptRequestpublic boolean isGuest()
isGuest in interface org.springframework.extensions.webscripts.WebScriptRequestpublic Object parseContent()
parseContent in interface org.springframework.extensions.webscripts.WebScriptRequestCopyright © 2005–2018 Alfresco Software. All rights reserved.