org.openmobileis.services.servlet
Class FileServlet
org.openmobileis.services.servlet.FileServlet
- public class FileServlet
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
Method Summary |
java.lang.String |
getServletInfo()
|
void |
init()
|
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
FileServlet
public FileServlet()
init
public void init()
throws javax.servlet.ServletException
getServletInfo
public java.lang.String getServletInfo()
service
public void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
Copyright 2005 e-Care. All Rights Reserved.