|
SigPath | |||||||||
| 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
org.apache.struts.action.ActionServlet
org.sigpath.action.SigPathServlet
public class SigPathServlet
Controller class for all user requests. All users will go through this one servlet or its superclass. This class primarily deals with servlet initialization and servlet shutdown.
ActionServlet,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.apache.struts.action.ActionServlet |
|---|
config, configDigester, convertNull, dataSources, internal, internalName, processor, registrations, servletMapping, servletName |
| Constructor Summary | |
|---|---|
SigPathServlet()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Frees System Resources. |
void |
init()
Initializes common system resources. |
| Methods inherited from class org.apache.struts.action.ActionServlet |
|---|
addServletMapping, destroyConfigDigester, destroyInternal, destroyModules, doGet, doPost, getInternal, getModuleConfig, getRequestProcessor, initConfigDigester, initInternal, initModuleConfig, initModuleConfigFactory, initModuleDataSources, initModuleMessageResources, initModulePlugIns, initModulePrefixes, initOther, initServlet, parseModuleConfigFile, process |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
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 SigPathServlet()
| Method Detail |
|---|
public void init()
throws ServletException
init in class org.apache.struts.action.ActionServletServletException - Error processing servletpublic void destroy()
destroy in interface Servletdestroy in class org.apache.struts.action.ActionServlet
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||