Class ActifyToAttachment

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class ActifyToAttachment
    extends javax.servlet.http.HttpServlet
    Importer of 3D documents generated by Actify (from a CAD document) in Silverpeas.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void service​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
      Updates an existing attachment in Silverpeas with the 3D document generated by Actify for that attachment.
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
    • Constructor Detail

      • ActifyToAttachment

        public ActifyToAttachment()
    • Method Detail

      • service

        public void service​(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse res)
        Updates an existing attachment in Silverpeas with the 3D document generated by Actify for that attachment.
        Overrides:
        service in class javax.servlet.http.HttpServlet
        Parameters:
        req - the incoming HTTP request with as parameter the file size, the identifier of an existing attachment, and the name of the file resulting of the conversion.
        res - the sent back HTTP response.