public class InitMessengerServlet
extends javax.servlet.http.HttpServlet
InitMessengerServlet is a simple servlet that
will initialize the MessengerManager from a URL specified in the
web.xml deployment descriptor.
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
initialized |
| Constructor and Description |
|---|
InitMessengerServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getRequiredInitParmeter(java.lang.String key,
java.lang.String description) |
void |
init() |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected java.lang.String getRequiredInitParmeter(java.lang.String key,
java.lang.String description)
throws javax.servlet.ServletException
javax.servlet.ServletException