LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.web.struts
Class LyStrutsServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.struts.action.ActionServlet
              extended by 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.
 
Constructor Summary
LyStrutsServlet()
          Constructor.
 
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
 

Field Detail

__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.

Constructor Detail

LyStrutsServlet

public LyStrutsServlet()
Constructor.

Parameters:
area - the area component
Method Detail

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.

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com