- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.semanticcms.dia.servlet.DiaExportServlet
-
- All Implemented Interfaces:
Serializable,Servlet,ServletConfig
@WebServlet("/semanticcms-dia-servlet/dia-export/*") public class DiaExportServlet extends HttpServlet
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVLET_PATH
-
Constructor Summary
Constructors Constructor Description DiaExportServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(HttpServletRequest request, HttpServletResponse response)protected longgetLastModified(HttpServletRequest request)-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, service, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
-
-
-
Field Detail
-
SERVLET_PATH
public static final String SERVLET_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLastModified
protected long getLastModified(HttpServletRequest request)
- Overrides:
getLastModifiedin classHttpServlet
-
doGet
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
- Overrides:
doGetin classHttpServlet- Throws:
ServletExceptionIOException
-
-