|
||||||||||
| 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.netscape.cms.servlet.base.CMSServlet
com.netscape.cms.servlet.base.PortsServlet
public class PortsServlet
This servlet returns port information.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
PortsServlet()
|
|
| Method Summary | |
|---|---|
void |
init(javax.servlet.ServletConfig sc)
|
void |
process(CMSRequest cmsReq)
Serves HTTP request. |
protected void |
renderResult(CMSRequest cmsReq)
Output a template. |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortsServlet()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class CMSServletjavax.servlet.ServletException
public void process(CMSRequest cmsReq)
throws EBaseException
process in class CMSServletEBaseException - if the servlet was unable to satisfactorily
process the request
protected void renderResult(CMSRequest cmsReq)
throws java.io.IOException
CMSServlet
renderResult in class CMSServletcmsReq - the CS request
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||