webwork.examples
Class FileUploadTest

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bywebwork.examples.FileUploadTest
All Implemented Interfaces:
Action, CommandDriven, IllegalArgumentAware, java.io.Serializable

public class FileUploadTest
extends ActionSupport
implements CommandDriven

Multi-part action

Version:
$Revision: 1.1 $
Author:
Matt Baldree (matt@smallleap.com)
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
FileUploadTest()
           
 
Method Summary
 java.lang.String doExecute()
           
 java.lang.String getDescription()
           
 java.lang.String getSeverity()
           
 java.lang.String[] getSeverityList()
           
 void setDescription(java.lang.String description)
           
 void setSeverity(java.lang.String severity)
           
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, execute, 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
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Constructor Detail

FileUploadTest

public FileUploadTest()
Method Detail

getSeverityList

public java.lang.String[] getSeverityList()

getSeverity

public java.lang.String getSeverity()

setSeverity

public void setSeverity(java.lang.String severity)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

doExecute

public java.lang.String doExecute()
                           throws java.lang.Exception
Overrides:
doExecute in class ActionSupport
Throws:
java.lang.Exception


Copyright © 2001-2003 WebWork All Rights Reserved.