|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.silverpeas.attachment.web.ActifyToAttachment
public class ActifyToAttachment
Importer of 3D documents generated by Actify (from a CAD document) in Silverpeas.
Constructor Summary | |
---|---|
ActifyToAttachment()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActifyToAttachment()
Method Detail |
---|
public void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
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.
IOException
- if an error occurs while importing the 3D file.
javax.servlet.ServletException
- if an unexpected error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |