org.openmobileis.services.servlet
Class FileServlet
java.lang.Object
HttpServlet
org.openmobileis.services.servlet.FileServlet
- public class FileServlet
- extends HttpServlet
Title: OpenMobileIS project source
Description: Load the URL specified file and send it.
handle index.html if no file is specified.
Does not allow directory listing.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileServlet
public FileServlet()
init
public void init()
throws ServletException
- Throws:
ServletException
getServletInfo
public java.lang.String getServletInfo()
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
Copyright 2006 OpenMobileIS. All Rights Reserved.