public final class ActionServlet
extends org.apache.struts.action.ActionServlet
$Id: ActionServlet.java,v 1.8 2009/07/07 02:59:59 ostwald Exp $
| Constructor and Description |
|---|
ActionServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The standard required servlet method, just parses the request header for known parameters.
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Standard doPost method forwards to doGet
|
java.util.List |
getActionMappings() |
static java.lang.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(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
addServletMapping, destroy, destroyConfigDigester, destroyInternal, destroyModules, getInternal, getModuleConfig, getRequestProcessor, initConfigDigester, initInternal, initModuleConfig, initModuleConfigFactory, initModuleDataSources, initModuleMessageResources, initModulePlugIns, initModulePrefixes, initOther, initServlet, parseModuleConfigFiledoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void init()
throws javax.servlet.ServletException
init in class org.apache.struts.action.ActionServletjavax.servlet.ServletExceptionpublic java.util.List getActionMappings()
protected void process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
process in class org.apache.struts.action.ActionServletjavax.servlet.ServletExceptionjava.io.IOExceptionpublic void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
doPost in class org.apache.struts.action.ActionServletrequest - response - javax.servlet.ServletExceptionjava.io.IOExceptionpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
doPost
method just calls this one. See HttpServlet for details.doGet in class org.apache.struts.action.ActionServletrequest - response - javax.servlet.ServletExceptionjava.io.IOExceptionpublic static java.lang.String getDateStamp()