|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--com.caucho.server.http.RemoteServlet
| Field Summary | |
protected QDate |
calendar
|
| Constructor Summary | |
RemoteServlet()
|
|
| Method Summary | |
void |
init(ServletConfig config)
Initialize the servlet. |
void |
service(ServletRequest req,
ServletResponse res)
Service a request. |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected QDate calendar
| Constructor Detail |
public RemoteServlet()
| Method Detail |
public void init(ServletConfig config)
throws ServletException
GenericServletinit() instead.init in class GenericServletjavax.servlet.GenericServletconfig - the servlet's configuration
public void service(ServletRequest req,
ServletResponse res)
throws ServletException,
java.io.IOException
Servletservice simultaneously. Normally,
req and res will actually be
HttpServletRequest and HttpServletResponse
classes.javax.servlet.Servletreq - request information. Normally servlets will cast this
to HttpServletRequestres - response information. Normally servlets will cast this
to HttpServletRequest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||