public class CommonServlet
extends javax.servlet.http.HttpServlet
CommonServlet contains common code that each servlet uses to
initialize itself.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
Log for this class.
|
protected SessionManager |
sessionManager
Used to manage a session after login and logout.
|
| Constructor and Description |
|---|
CommonServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(javax.servlet.ServletConfig config)
Initialize this servlet.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected final org.apache.commons.logging.Log logger
protected SessionManager sessionManager
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - ServletConfigjavax.servlet.ServletException - if an error occursCopyright © 2014. All rights reserved.