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, parseModuleConfigFile
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void init() throws javax.servlet.ServletException
init
in class org.apache.struts.action.ActionServlet
javax.servlet.ServletException
public 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.ActionServlet
javax.servlet.ServletException
java.io.IOException
public 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.ActionServlet
request
- response
- javax.servlet.ServletException
java.io.IOException
public 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.ActionServlet
request
- response
- javax.servlet.ServletException
java.io.IOException
public static java.lang.String getDateStamp()