fr.paris.lutece.portal.service.init
Class AppInitServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by fr.paris.lutece.portal.service.init.AppInitServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AppInitServlet
extends javax.servlet.http.HttpServlet

The initialization servlet of the application. This servlet is declared load-on-startup in the downloadFile web.xml

See Also:
Serialized Form

Constructor Summary
AppInitServlet()
           
 
Method Summary
 void destroy()
          Overloads the servlet destroy() method
 void init(javax.servlet.ServletConfig config)
          Initializes the servlet
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, 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

AppInitServlet

public AppInitServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Initializes the servlet

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Parameters:
config - The configuration information of the servlet
Throws:
javax.servlet.ServletException - The Servlet Exception

destroy

public void destroy()
Overloads the servlet destroy() method

Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet


Copyright © 2014 Mairie de Paris. All Rights Reserved.