|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.openmdx.application.servlet.log.console.LogConsoleServlet
public class LogConsoleServlet
The log console servlet
| Constructor Summary | |
|---|---|
LogConsoleServlet()
The log console handler |
|
| Method Summary | |
|---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Handles the HTTP GET request |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Handles the HTTP POST request |
void |
init()
The handler initialisation |
| 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 LogConsoleServlet()
| Method Detail |
|---|
public void init()
init in class GenericServlet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException
doGet in class HttpServletrequest - A HTTP requestresponse - A HTTP response
IOException
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws IOException
doPost in class HttpServletrequest - A HTTP requestresponse - A HTTP response
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||