Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql.net
Class BinaryManagerServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.nuxeo.ecm.core.storage.sql.net.BinaryManagerServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class BinaryManagerServlet
extends HttpServlet

Servlet receiving remote BinaryManagerClient requests and sending them to an actual BinaryManager.

See Also:
Serialized Form

Constructor Summary
BinaryManagerServlet(BinaryManager binaryManager)
           
 
Method Summary
static String getName(BinaryManager binaryManager)
          Name used for the servlet holder for this servlet.
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryManagerServlet

public BinaryManagerServlet(BinaryManager binaryManager)
Method Detail

getName

public static String getName(BinaryManager binaryManager)
Name used for the servlet holder for this servlet.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.