Field Summary |
|
public Enum | Continuations |
public Enum | Scope A LOCAL submission scope means that only the submission
with the same name in the same element will be able to receive the
data that was submitted. |
SubmissionBean[] | beans The submission's beans. |
Continuations | continuations Indicates whether the continuations should be
preserved or cancelled when this submission is sent. |
FileRegexp[] | fileRegexps The submission's regular expression file uploads. |
File[] | files The submission's uploaded files. |
String | name The submission's name. |
ParamRegexp[] | paramRegexps The submission's regular expression parameters. |
Param[] | params The submission's parameters. |
Scope | scope The submission's scope. |