ShowBinaryServlet Class

DEPRECATED As of 8.1 Service Pack 2, replaced by ShowPropertyServlet

com.bea.content.manager.servlets
ShowBinaryServlet Class

public class ShowBinaryServlet

    extends com.bea.content.manager.servlets.ShowPropertyServlet

Writes a Binary property of a Node to the response OutputStream. The available paramater options are as follows:

  • 1) Pass the node Id in as a request parameter. Eg. http://server:port/app/ShowBinary?nodeId=/repo/12345.
  • 2) Pass the node path as part of the the request pathInfo. Eg. http://server:port/app/ShowBinary/repo/path/file.ext.
  • 3) Pass the node path in as a request parameter. Eg. http://server:port/app/ShowBinary?nodePath=/repo/path/file.ext


    Hierarchy
    Object
      GenericServlet
        HttpServlet
          com.bea.content.manager.servlets.ShowPropertyServlet
            ShowBinaryServlet
    All Implemented Interfaces

    Serializable, Servlet, ServletConfig
    Direct Known Subclasses

    com.bea.p13n.content.servlets.ShowDocServlet

    Field Summary

       
    Fields from  com.bea.content.manager.servlets.com.bea.content.manager.servlets.ShowPropertyServlet
    closeStreams, DEFAULT_MIME_TYPE, TEXT_MIME_TYPE
     

    Constructor Summary

    ShowBinaryServlet()

     

    Method Summary

     
    Methods from  com.bea.content.manager.servlets.com.bea.content.manager.servlets.ShowPropertyServlet
    doGet, doPost, init, ioReadWrite, nioRead, printNode, showError
     
    Methods from  javax.servlet.http.HttpServlet
    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
     
    Methods from  javax.servlet.GenericServlet
    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, service
     
    Methods from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
       
    Methods from interface javax.servlet.Servlet
    destroy, getServletConfig, getServletInfo, init, service
     
    Methods from interface javax.servlet.ServletConfig
    getInitParameter, getInitParameterNames, getServletContext, getServletName
     

    Constructor Detail

    ShowBinaryServlet

    public ShowBinaryServlet()