public class DataInitializationServlet
extends javax.servlet.http.HttpServlet
Retrieves context settings and initializes the data for a MorphAdorner server.
| Constructor and Description |
|---|
DataInitializationServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(javax.servlet.ServletConfig config)
Initialize the servlet.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - Servlet configuration.javax.servlet.ServletException