|
Anyframe Web | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.Action
org.springframework.web.struts.ActionSupport
anyframe.web.struts.action.AbstractActionSupport
anyframe.web.struts.action.DefaultForwardAction
public class DefaultForwardAction
The class expanding the anyframe.web.struts.action.AbstractActionSupport. It has the same functionality as org.apache.struts.action.ActionForward. At the execution of process method, it leaves a log.
| Field Summary | |
|---|---|
protected static org.apache.struts.util.MessageResources |
messages
The message resources for this package. |
| Fields inherited from class org.apache.struts.action.Action |
|---|
servlet |
| Constructor Summary | |
|---|---|
DefaultForwardAction()
|
|
| Method Summary | |
|---|---|
org.apache.commons.logging.Log |
getLogger()
Core Framework Delegation Util Method to get Logger |
org.apache.struts.action.ActionForward |
process(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
| Methods inherited from class anyframe.web.struts.action.AbstractActionSupport |
|---|
execute, getService, postProcess, preProcess, processCheckedException, processFinally, processInvalidTokenException, processUnCheckedException |
| Methods inherited from class org.springframework.web.struts.ActionSupport |
|---|
getMessageSourceAccessor, getServletContext, getTempDir, getWebApplicationContext, initWebApplicationContext, onDestroy, onInit, setServlet |
| Methods inherited from class org.apache.struts.action.Action |
|---|
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.struts.util.MessageResources messages
| Constructor Detail |
|---|
public DefaultForwardAction()
| Method Detail |
|---|
public org.apache.commons.logging.Log getLogger()
throws org.apache.struts.util.ModuleException
getLogger in class AbstractActionSupportorg.apache.struts.util.ModuleException
public org.apache.struts.action.ActionForward process(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
ActionForward instance describing where and how
control should be forwarded, or null if the response has
already been completed.
process in class AbstractActionSupportmapping - The ActionMapping used to select this instanceform - The optional ActionForm bean for this request (if any)request - The HTTP request we are processingresponse - The HTTP response we are creating
null if the response has been completed.
java.lang.Exception - if an error occurs
|
Anyframe Web | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||