|
Adempiere 3.5.2a | |||||||||
| 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.compiere.web.StatusInfo
public class StatusInfo
Status Info Servlet
| Constructor Summary | |
|---|---|
StatusInfo()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Get |
void |
doPut(HttpServletRequest request,
HttpServletResponse response)
Put - Processes Get |
void |
init()
Initialize global variables |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPost, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
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 StatusInfo()
| Method Detail |
|---|
public void init()
throws ServletException
init in class GenericServletServletException
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
doGet in class HttpServletrequest - response -
ServletException
IOException
public void doPut(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
doPut in class HttpServletrequest - response -
ServletException
IOExceptionpublic void destroy()
destroy in interface Servletdestroy in class GenericServlet
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||