handle index.html if no file is specified. Does not allow directory listing.
Definition at line 51 of file services/org/openmobileis/services/servlet/FileServlet.java.
Public Member Functions | |
FileServlet () | |
Constructor. | |
void | init () throws ServletException |
String | getServletInfo () |
Returns a string containing information about the author, version, and. | |
void | service (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException |
Services a single request from the client. | |
Package Attributes | |
boolean | headOnly = false |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |