Groovy Documentation

Package org.jdesktop.html.form

 

Interface Summary
FileInput Represents an Input for Files.
Form Represents the model portion of the HTML <form&gh; element.
Input
RadioInput
Select
 


Class Summary
AbstractForm An abstract implementation of the Form interface.
AbstractRadioInput Abstract implementation of the RadioInput interface.
AbstractSelect Abstract implementation of the Select interface.
DefaultInput A default implementation of the Input interface.
FileParameter
FormRequest
FormRequest.MultipartInputStream This InputStream allows me to construct and return an InputStream which will be efficient in terms of memory usage with large numbers of files, or with large files.
Forms
 


Enum Summary
Encoding Represents valid encoding techniques for use with HTML Forms.
 


Groovy Documentation