org.dlese.dpc.schemedit.ndr.action
Class FileUploadAction
java.lang.Object
org.apache.struts.action.Action
org.dlese.dpc.schemedit.ndr.action.FileUploadAction
public class FileUploadAction
- extends Action
Struts Action to control the uploading of primary content into an NDR
instance. Accepts request parameter "forwardPath", which (if present) will
cause successful uploads to forward to that path (context-sensitive). This
enables this action to be used in a variety of situations, such as
"inputHelpers" that can specify a "forwardPath" and thus control the overall
behaviour of the upload process.
- Author:
- Jonathan Ostwald
Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUploadAction
public FileUploadAction()
execute
public ActionForward execute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- NOT YET DOCUMENTED
- Overrides:
execute
in class Action
- Parameters:
mapping
- the ActionMappingform
- the ActionFormrequest
- the Requestresponse
- the Response
- Returns:
- NOT YET DOCUMENTED
- Throws:
Exception
- NOT YET DOCUMENTED
setDebug
public static void setDebug(boolean isDebugOutput)
- Sets the debug attribute of the NDRAction class
- Parameters:
isDebugOutput
- The new debug value