public class FileUploadAction
extends org.apache.struts.action.Action
Constructor and Description |
---|
FileUploadAction() |
Modifier and Type | Method and Description |
---|---|
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
NOT YET DOCUMENTED
|
static void |
setDebug(boolean isDebugOutput)
Sets the debug attribute of the NDRAction class
|
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
public org.apache.struts.action.ActionForward execute(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
execute
in class org.apache.struts.action.Action
mapping
- the ActionMappingform
- the ActionFormrequest
- the Requestresponse
- the Responsejava.lang.Exception
- NOT YET DOCUMENTEDpublic static void setDebug(boolean isDebugOutput)
isDebugOutput
- The new debug value