|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.web.LyWebRequestInfo
public class LyWebRequestInfo
Keep information about which servlet, which request and which info is in progress.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyWebRequestInfo(int requestCount,
javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Default constructor. |
Method Summary | |
---|---|
javax.servlet.http.HttpServletRequest |
getRequest()
Gets the current request. |
int |
getRequestCount()
Gets the current request count. |
javax.servlet.http.HttpServletResponse |
getResponse()
Gets the current response. |
javax.servlet.http.HttpServlet |
getServlet()
Gets the current servlet. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyWebRequestInfo(int requestCount, javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
requestCount
- number of this request (debug)servlet
- current servletrequest
- current requestresponse
- current responseMethod Detail |
---|
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
public javax.servlet.http.HttpServlet getServlet()
public int getRequestCount()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |