leon.view.web.struts
Class LyStrutsServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.struts.action.ActionServlet
leon.view.web.struts.LyStrutsServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class LyStrutsServlet
- extends org.apache.struts.action.ActionServlet
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
__VERSION
|
static java.util.HashMap<java.lang.Thread,LyWebRequestInfo> |
_webRequestInfos
Keep the information : which request / Servlet / response are currently being processed. |
Method Summary |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static LyWebRequestInfo |
getWebRequestInfo()
Accessor to the information about current request in progress : TyServlet, request, response
Current means for 'current Thread. |
void |
init(javax.servlet.ServletConfig config)
|
Methods inherited from class org.apache.struts.action.ActionServlet |
addServletMapping, destroy, findDataSource, findFormBean, findForward, findMapping, getDebug, getInternal, getResources, init, log |
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__VERSION
public static final java.lang.String __VERSION
- See Also:
- Constant Field Values
_webRequestInfos
public static java.util.HashMap<java.lang.Thread,LyWebRequestInfo> _webRequestInfos
- Keep the information : which request / Servlet / response are currently being processed.
LyStrutsServlet
public LyStrutsServlet()
- Constructor.
- Parameters:
area
- the area component
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class javax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
doGet
in class org.apache.struts.action.ActionServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
doPost
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
doPost
in class org.apache.struts.action.ActionServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
getWebRequestInfo
public static LyWebRequestInfo getWebRequestInfo()
- Accessor to the information about current request in progress : TyServlet, request, response
Current means for 'current Thread.
- Returns:
- the information if available or null if it could not bee found.
Website: W4 S.A., contact us: support@w4global.com