openlsd.web.client
Class LSDPoolGetServletAction

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by openlsd.web.client.LSDPoolGetServletAction
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class LSDPoolGetServletAction
extends javax.servlet.http.HttpServlet

Example module for getting a file from a pooled connection to the LSD Server with native Servlet

Author:
Frederic Bregier LGPL
See Also:
Serialized Form

Constructor Summary
LSDPoolGetServletAction()
           
 
Method Summary
 void destroy()
          Destroy this service at Tomcat stop or Application stop (non-Javadoc)
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Respond to a GET request for the content produced by this servlet.
 void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Respond to a POST request for the content produced by this servlet.
 void init()
          Init procedure
 
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, 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

LSDPoolGetServletAction

public LSDPoolGetServletAction()
Method Detail

init

public void init()
          throws javax.servlet.UnavailableException
Init procedure

Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.UnavailableException

destroy

public void destroy()
Destroy this service at Tomcat stop or Application stop (non-Javadoc)

Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet
See Also:
GenericServlet.destroy()

doPost

public void doPost(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws java.io.IOException,
                   javax.servlet.ServletException
Respond to a POST request for the content produced by this servlet.

Overrides:
doPost in class javax.servlet.http.HttpServlet
Parameters:
request - la requête HTTP du client
response - la réponse HTTP qu'on va construire
Throws:
java.io.IOException
javax.servlet.ServletException

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws java.io.IOException,
                  javax.servlet.ServletException
Respond to a GET request for the content produced by this servlet.

Overrides:
doGet in class javax.servlet.http.HttpServlet
Parameters:
request - The servlet request we are processing
response - The servlet response we are producing
Throws:
java.io.IOException - if an input/output error occurs
javax.servlet.ServletException - if a servlet error occurs