Class BufferedRequest

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.WebScriptRequest, org.springframework.extensions.webscripts.WrappingWebScriptRequest

    public class BufferedRequest
    extends java.lang.Object
    implements org.springframework.extensions.webscripts.WrappingWebScriptRequest
    • Constructor Detail

      • BufferedRequest

        public BufferedRequest​(org.springframework.extensions.webscripts.WebScriptRequest req,
                               org.apache.chemistry.opencmis.server.shared.TempStoreOutputStreamFactory streamFactory)
    • Method Detail

      • reset

        public void reset()
      • close

        public void close()
      • getNext

        public org.springframework.extensions.webscripts.WebScriptRequest getNext()
        Specified by:
        getNext in interface org.springframework.extensions.webscripts.WrappingWebScriptRequest
      • forceSuccessStatus

        public boolean forceSuccessStatus()
        Specified by:
        forceSuccessStatus in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getAgent

        public java.lang.String getAgent()
        Specified by:
        getAgent in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getContent

        public org.springframework.extensions.surf.util.Content getContent()
        Specified by:
        getContent in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getContentType

        public java.lang.String getContentType()
        Specified by:
        getContentType in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getContextPath

        public java.lang.String getContextPath()
        Specified by:
        getContextPath in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getExtensionPath

        public java.lang.String getExtensionPath()
        Specified by:
        getExtensionPath in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getFormat

        public java.lang.String getFormat()
        Specified by:
        getFormat in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getFormatStyle

        public org.springframework.extensions.webscripts.Description.FormatStyle getFormatStyle()
        Specified by:
        getFormatStyle in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getHeader

        public java.lang.String getHeader​(java.lang.String name)
        Specified by:
        getHeader in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getHeaderNames

        public java.lang.String[] getHeaderNames()
        Specified by:
        getHeaderNames in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getHeaderValues

        public java.lang.String[] getHeaderValues​(java.lang.String name)
        Specified by:
        getHeaderValues in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getJSONCallback

        public java.lang.String getJSONCallback()
        Specified by:
        getJSONCallback in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getParameter

        public java.lang.String getParameter​(java.lang.String name)
        Specified by:
        getParameter in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getParameterNames

        public java.lang.String[] getParameterNames()
        Specified by:
        getParameterNames in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getParameterValues

        public java.lang.String[] getParameterValues​(java.lang.String name)
        Specified by:
        getParameterValues in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getPathInfo

        public java.lang.String getPathInfo()
        Specified by:
        getPathInfo in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getQueryString

        public java.lang.String getQueryString()
        Specified by:
        getQueryString in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getRuntime

        public org.springframework.extensions.webscripts.Runtime getRuntime()
        Specified by:
        getRuntime in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getServerPath

        public java.lang.String getServerPath()
        Specified by:
        getServerPath in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getServiceContextPath

        public java.lang.String getServiceContextPath()
        Specified by:
        getServiceContextPath in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getServiceMatch

        public org.springframework.extensions.webscripts.Match getServiceMatch()
        Specified by:
        getServiceMatch in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getServicePath

        public java.lang.String getServicePath()
        Specified by:
        getServicePath in interface org.springframework.extensions.webscripts.WebScriptRequest
      • getURL

        public java.lang.String getURL()
        Specified by:
        getURL in interface org.springframework.extensions.webscripts.WebScriptRequest
      • isGuest

        public boolean isGuest()
        Specified by:
        isGuest in interface org.springframework.extensions.webscripts.WebScriptRequest
      • parseContent

        public java.lang.Object parseContent()
        Specified by:
        parseContent in interface org.springframework.extensions.webscripts.WebScriptRequest