net.killingar.actions
Class FileUpload

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by net.killingar.actions.ActionSupport
          extended by net.killingar.actions.PathActionSupport
              extended by net.killingar.actions.FileUpload
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.IllegalArgumentAware, webwork.action.SessionAware

public class FileUpload
extends PathActionSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages, log
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
FileUpload()
           
 
Method Summary
 java.lang.String doExecute()
           
 int getFilesUploaded()
           
 java.util.List getUploadedFiles()
           
 void setUploadedFiles(java.util.List in)
           
 
Methods inherited from class net.killingar.actions.PathActionSupport
execute, getPath, getRealPath
 
Methods inherited from class net.killingar.actions.ActionSupport
setSession
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUpload

public FileUpload()
Method Detail

getFilesUploaded

public int getFilesUploaded()

getUploadedFiles

public java.util.List getUploadedFiles()

setUploadedFiles

public void setUploadedFiles(java.util.List in)

doExecute

public java.lang.String doExecute()
Overrides:
doExecute in class webwork.action.ActionSupport


Copyright © 2005 Anders Hovmoller All Rights Reserved.