|
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.www.WWindow
public class WWindow
Web Window Servlet
| Field Summary | |
|---|---|
protected static String |
FORM_NAME
Form Name |
protected static CLogger |
log
Logger |
protected static String |
sectionNameOld
|
| Constructor Summary | |
|---|---|
WWindow()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Clean up resources |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Process the HTTP Get request - Initial Call. |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Process the HTTP Post request |
WebDoc |
getMR_Form(String action,
WebSessionCtx wsc,
WWindowStatus ws)
Return MultiRow Form details |
String |
getServletInfo()
Get Servlet information |
WebDoc |
getSR_Form(String action,
WebSessionCtx wsc,
WWindowStatus ws)
Return SingleRow Form details |
void |
init(ServletConfig config)
Initialize global variables |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static CLogger log
protected static final String FORM_NAME
protected static String sectionNameOld
| Constructor Detail |
|---|
public WWindow()
| Method Detail |
|---|
public void init(ServletConfig config)
throws ServletException
init in interface Servletinit in class GenericServletconfig -
ServletExceptionpublic String getServletInfo()
getServletInfo in interface ServletgetServletInfo in class GenericServletpublic void destroy()
destroy in interface Servletdestroy in class GenericServlet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
doGet in class HttpServletrequest - response -
ServletException
IOException
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
doPost in class HttpServletrequest - requestresponse - response
ServletException
IOException
public WebDoc getSR_Form(String action,
WebSessionCtx wsc,
WWindowStatus ws)
action - actionwsc - web session contextws - window status
public WebDoc getMR_Form(String action,
WebSessionCtx wsc,
WWindowStatus ws)
action - actionwsc - session contextws - window status
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||