com.dotmarketing.servlets
Class ImportExportXMLServlet

java.lang.Object
  extended by HttpServlet
      extended by com.dotmarketing.servlets.ImportExportXMLServlet

public class ImportExportXMLServlet
extends HttpServlet

Description of the Class

Author:
Will

Constructor Summary
ImportExportXMLServlet()
           
 
Method Summary
 void init(ServletConfig config)
           
 void service(HttpServletRequest request, HttpServletResponse response)
          The main Servlet method takes the URL parameter called "action"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportExportXMLServlet

public ImportExportXMLServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

service

public void service(HttpServletRequest request,
                    HttpServletResponse response)
             throws ServletException,
                    java.io.IOException
The main Servlet method takes the URL parameter called "action"

Throws:
ServletException
java.io.IOException


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.