Class StreamedContentHandler

    • Constructor Detail

      • StreamedContentHandler

        public StreamedContentHandler()
    • Method Detail

      • handle

        public void handle​(javax.faces.context.FacesContext context)
                    throws IOException
        Throws:
        IOException
      • setResponseHeaders

        protected void setResponseHeaders​(StreamedContent streamedContent,
                                          javax.faces.context.ExternalContext externalContext)
      • stream

        protected void stream​(javax.faces.context.ExternalContext externalContext,
                              InputStream inputStream,
                              boolean cache)
                       throws IOException
        Throws:
        IOException
      • sendNotFound

        protected void sendNotFound​(javax.faces.context.ExternalContext externalContext)
                             throws IOException
        Throws:
        IOException