com.bea.content.manager.servlets
Class ShowBinaryServlet
java.lang.Object
  
javax.servlet.GenericServlet
      
javax.servlet.http.HttpServlet
          
com.bea.content.manager.servlets.ShowPropertyServlet
              
com.bea.content.manager.servlets.ShowBinaryServlet
- All Implemented Interfaces: 
 - Serializable, Servlet, ServletConfig
 
- Direct Known Subclasses: 
 - ShowDocServlet
 
Deprecated. As of 8.1 Service Pack 2,
 replaced by ShowPropertyServlet
- public class ShowBinaryServlet
- extends 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
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ShowBinaryServlet
public ShowBinaryServlet()
- Deprecated. 
 
Copyright © 2004 BEA Systems, Inc. All Rights Reserved