Java API for embedding Dia-based diagrams in web pages in a Servlet environment.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://aoindustries.com/contact
@WebServlet(value="/semanticcms-dia-servlet/dia-export/*")
public class DiaExportServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVLET_PATH |
| Constructor and Description |
|---|
DiaExportServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected long |
getLastModified(javax.servlet.http.HttpServletRequest request) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, service, servicepublic static final String SERVLET_PATH
protected long getLastModified(javax.servlet.http.HttpServletRequest request)
getLastModified in class javax.servlet.http.HttpServletprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2013–2016 AO Industries, Inc.. All rights reserved.