org.slim3.commons.web
Class S3Servlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.slim3.commons.web.S3Servlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class S3Servlet
extends HttpServlet

HttpServlet for Slim3.

Since:
3.0
Author:
higa
See Also:
Serialized Form

Constructor Summary
S3Servlet()
           
 
Method Summary
 void destroy()
           
 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
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

S3Servlet

public S3Servlet()
Method Detail

init

public void init()
          throws ServletException
Overrides:
init in class GenericServlet
Throws:
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.