|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.melati.servlet.ConfigServlet org.melati.test.ExitServlet
public class ExitServlet
Test how your servlet container behaves when you call System.exit(0). Jetty calls shutdown hook.
Field Summary |
---|
Fields inherited from class org.melati.servlet.ConfigServlet |
---|
melatiConfig, sysAdminEmail, sysAdminName |
Constructor Summary | |
---|---|
ExitServlet()
|
Method Summary | |
---|---|
protected void |
doConfiguredRequest(Melati melati)
Instantiate this method to build up your own output. |
Methods inherited from class org.melati.servlet.ConfigServlet |
---|
doGet, doPost, error, getSysAdminEmail, getSysAdminName, httpStatusCode, init, melatiConfig, poemContext, setSysAdminEmail, setSysAdminName, writeConnectionPendingException, writeError |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExitServlet()
Method Detail |
---|
protected void doConfiguredRequest(Melati melati) throws javax.servlet.ServletException, IOException
ConfigServlet
doConfiguredRequest
in class ConfigServlet
javax.servlet.ServletException
IOException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |