org.activemath.webapp.extasy.util
Class MultipartRequestResult
java.lang.Object
org.activemath.webapp.extasy.util.MultipartRequestResult
public class MultipartRequestResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartRequestResult
public MultipartRequestResult()
getFields
public Map getFields()
getFiles
public Map getFiles()
getError
public Throwable getError()
setError
public void setError(Throwable error)
hasError
public boolean hasError()