|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormDataAdaptor | |
---|---|
org.melati.servlet | Servlet specific elements of Melati. |
Uses of FormDataAdaptor in org.melati.servlet |
---|
Classes in org.melati.servlet that implement FormDataAdaptor | |
---|---|
class |
BaseFileFormDataAdaptor
Common elements of uploading a file from an HTML form. |
class |
DefaultFileFormDataAdaptor
The default way to save an uploaded file to disk. |
class |
MemoryFormDataAdaptor
Store the uploaded data in a byte array in memory. |
class |
TemporaryFileFormDataAdaptor
Save uploaded files in a temporary file which is deleted when the JVM exits. |
Methods in org.melati.servlet that return FormDataAdaptor | |
---|---|
FormDataAdaptor |
FormDataAdaptorFactory.get(Melati melati,
MultipartFormField field)
We need to establish the user and set up any request specific melati stuff so that we can verify the user has permission for this task, and use melati Table / Objects to manipulate what the FormDataAdaptor does. |
FormDataAdaptor |
MultipartFormField.getFormDataAdaptor()
|
abstract FormDataAdaptor |
FormDataAdaptorFactory.getIt(Melati melati,
MultipartFormField field)
Implements different policies for saving uploaded files depending on the details of the file and the state of the application. |
FormDataAdaptor |
PoemFileFormDataAdaptorFactory.getIt(Melati melati,
MultipartFormField field)
Get the defaulted parameters for the adaptor from the database and create it. |
FormDataAdaptor |
DefaultFileFormDataAdaptorFactory.getIt(Melati melati,
MultipartFormField field)
Get the FormDataAdaptor . |
FormDataAdaptor |
TemporaryFileFormDataAdaptorFactory.getIt(Melati melati,
MultipartFormField field)
Get the FormDataAdaptor . |
FormDataAdaptor |
MemoryFormDataAdaptorFactory.getIt(Melati melati,
MultipartFormField field)
Return the right FormDataAdaptor . |
Methods in org.melati.servlet with parameters of type FormDataAdaptor | |
---|---|
void |
MultipartFormField.setFormDataAdaptor(FormDataAdaptor adaptor)
Work with an uploaded file/stored value. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |