|
||||||||||
| 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.xtpdoc.ResinDocServlet
public class ResinDocServlet
| Constructor Summary | |
|---|---|
ResinDocServlet()
|
|
| Method Summary | |
|---|---|
void |
init(ServletConfig config)
Initialize the servlet. |
void |
service(HttpServletRequest request,
HttpServletResponse response)
Services a HTTP request. |
void |
setDocContextPath(java.lang.String contextPath)
|
void |
setDocumentEncoding(java.lang.String encoding)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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 ResinDocServlet()
| Method Detail |
|---|
public void setDocumentEncoding(java.lang.String encoding)
public void setDocContextPath(java.lang.String contextPath)
public void init(ServletConfig config)
throws ServletException
GenericServletinit() instead.
init in interface Servletinit in class GenericServletconfig - the servlet's configuration
ServletException
public void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
HttpServlet
service in class HttpServletrequest - request informationresponse - response object for returning data to the client.
ServletException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||