|
||||||||||
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.csadmin.UpdateConnector
public class UpdateConnector
Field Summary |
---|
Constructor Summary | |
---|---|
UpdateConnector()
|
Method Summary | |
---|---|
protected java.util.Locale |
getLocale(javax.servlet.http.HttpServletRequest req)
Retrieves locale based on the request. |
void |
init(javax.servlet.ServletConfig sc)
initialize the servlet. |
protected void |
process(CMSRequest cmsReq)
Process the HTTP request. |
protected void |
renderResult(CMSRequest cmsReq)
Output a template. |
protected void |
renderTemplate(CMSRequest cmsReq,
java.lang.String templateName,
ICMSTemplateFiller filler)
|
protected void |
setDefaultTemplates(javax.servlet.ServletConfig sc)
set default templates. |
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 UpdateConnector()
Method Detail |
---|
public void init(javax.servlet.ServletConfig sc) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class CMSServlet
sc
- servlet configuration, read from the web.xml file
javax.servlet.ServletException
protected void process(CMSRequest cmsReq) throws EBaseException
process
in class CMSServlet
EBaseException
- if the servlet was unable to satisfactorily
process the requestprotected void setDefaultTemplates(javax.servlet.ServletConfig sc)
CMSServlet
setDefaultTemplates
in class CMSServlet
protected void renderTemplate(CMSRequest cmsReq, java.lang.String templateName, ICMSTemplateFiller filler) throws java.io.IOException
renderTemplate
in class CMSServlet
java.io.IOException
protected void renderResult(CMSRequest cmsReq) throws java.io.IOException
CMSServlet
renderResult
in class CMSServlet
cmsReq
- the CS request
java.io.IOException
protected java.util.Locale getLocale(javax.servlet.http.HttpServletRequest req)
getLocale
in class CMSServlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |