|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
com.caucho.vfs.remote.RemoteFilesystemServlet
public class RemoteFilesystemServlet
Remote filesystem.
| Constructor Summary | |
|---|---|
RemoteFilesystemServlet()
|
|
| Method Summary | |
|---|---|
void |
init()
Sets the root. |
void |
service(ServletRequest request,
ServletResponse response)
Handles the request. |
void |
setRoot(Path root)
Sets the root. |
| 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 RemoteFilesystemServlet()
| Method Detail |
|---|
public void setRoot(Path root)
public void init()
throws ServletException
init in class GenericServletServletException
public void service(ServletRequest request,
ServletResponse response)
throws java.io.IOException,
ServletException
request - request information. Normally servlets will cast this
to HttpServletRequestresponse - response information. Normally servlets will cast this
to HttpServletRequest
java.io.IOException
ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||