|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.caucho.servlets.DirectoryServlet
public class DirectoryServlet
| Constructor Summary | |
|---|---|
DirectoryServlet()
|
|
DirectoryServlet(Path context)
|
|
| Method Summary | |
|---|---|
void |
doGet(HttpServletRequest req,
HttpServletResponse res)
Process a GET or HEAD request |
void |
init()
Initialize the servlet. |
void |
setEnable(boolean enable)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryServlet(Path context)
public DirectoryServlet()
| Method Detail |
|---|
public void setEnable(boolean enable)
public void init()
GenericServlet
init in class GenericServlet
public void doGet(HttpServletRequest req,
HttpServletResponse res)
throws java.io.IOException
HttpServlet
doGet in class HttpServletreq - the client requestres - response to the client
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||