Package org.silverpeas.web.attachment
Class ActifyToAttachment
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.silverpeas.web.attachment.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
-
-
Constructor Summary
Constructors Constructor Description ActifyToAttachment()
-
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
-
-
-
-
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 classjavax.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.
-
-