ca.bc.gov.webade.developer.listener
Class WebADEDeveloperLegacyServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byca.bc.gov.webade.developer.listener.WebADEDeveloperLegacyServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class WebADEDeveloperLegacyServlet
extends javax.servlet.http.HttpServlet

Useful servlet for backward compatibility with WebADE 3 apps implementing WebADEActionServlet. By including this servlet before the WebADEActionServlet in the load order the developer module pre-configuration of WebADE can take place.

Author:
Vivid Solutions Inc
See Also:
Serialized Form

Constructor Summary
WebADEDeveloperLegacyServlet()
          Constructor
 
Method Summary
 void init()
           
 
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
destroy, 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

WebADEDeveloperLegacyServlet

public WebADEDeveloperLegacyServlet()
Constructor

Method Detail

init

public void init()
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException