|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.servlet.FormDataAdaptorFactory
public abstract class FormDataAdaptorFactory
A way to implement policies about how to save uploaded files.
| Constructor Summary | |
|---|---|
FormDataAdaptorFactory()
|
|
| Method Summary | |
|---|---|
FormDataAdaptor |
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. |
abstract FormDataAdaptor |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormDataAdaptorFactory()
| Method Detail |
|---|
public FormDataAdaptor get(Melati melati,
MultipartFormField field)
melati - the Melatifield - a MultipartFormField to process
FormDataAdaptor
public abstract FormDataAdaptor getIt(Melati melati,
MultipartFormField field)
melati - the state of (this call to) the applicationfield - details of the uploaded file
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||