|
||||||||||
| 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.IndexServlet
public class IndexServlet
This is the servlet that builds the index page in various ports.
| Field Summary | |
|---|---|
static java.lang.String |
PROP_TEMPLATE
|
| Constructor Summary | |
|---|---|
IndexServlet()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getServletInfo()
Returns serlvet information. |
void |
init(javax.servlet.ServletConfig sc)
|
CMSRequest |
newCMSRequest()
Create a new CMSRequest object. |
void |
process(CMSRequest cmsReq)
Serves HTTP request. |
| 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, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROP_TEMPLATE
| Constructor Detail |
|---|
public IndexServlet()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class CMSServletjavax.servlet.ServletExceptionpublic CMSRequest newCMSRequest()
CMSServlet
newCMSRequest in class CMSServletpublic java.lang.String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServlet
public void process(CMSRequest cmsReq)
throws EBaseException
process in class CMSServletEBaseException - if the servlet was unable to satisfactorily
process the request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||