|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.apache.struts.action.ActionServlet org.dlese.dpc.schemedit.ActionServlet
public final class ActionServlet
ActionServlet
$Id: ActionServlet.java,v 1.8 2009/07/07 02:59:59 ostwald Exp $
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionServlet |
---|
config, configDigester, convertNull, dataSources, internal, internalName, log, processor, registrations, servletMapping, servletName |
Constructor Summary | |
---|---|
ActionServlet()
|
Method Summary | |
---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
The standard required servlet method, just parses the request header for known parameters. |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Standard doPost method forwards to doGet |
List |
getActionMappings()
|
static String |
getDateStamp()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
void |
init()
|
protected void |
process(HttpServletRequest request,
HttpServletResponse response)
|
Methods inherited from class org.apache.struts.action.ActionServlet |
---|
addServletMapping, destroy, destroyConfigDigester, destroyInternal, destroyModules, getInternal, getModuleConfig, getRequestProcessor, initConfigDigester, initInternal, initModuleConfig, initModuleConfigFactory, initModuleDataSources, initModuleMessageResources, initModulePlugIns, initModulePrefixes, initOther, initServlet, parseModuleConfigFile |
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 ActionServlet()
Method Detail |
---|
public void init() throws ServletException
init
in class org.apache.struts.action.ActionServlet
ServletException
public List getActionMappings()
protected void process(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
process
in class org.apache.struts.action.ActionServlet
ServletException
IOException
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
in class org.apache.struts.action.ActionServlet
request
- response
-
ServletException
IOException
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
method just calls this one. See HttpServlet
for details.
doGet
in class org.apache.struts.action.ActionServlet
request
- response
-
ServletException
IOException
public static String getDateStamp()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |