|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipartFormField | |
---|---|
org.melati.servlet | Servlet specific elements of Melati. |
org.melati.template | Using Templates to render Objects to output formats. |
org.melati.template.velocity | Enables Velocity to be used as the Melati template engine. |
org.melati.template.webmacro | Enables WebMacro to be used as the Melati template engine. |
Uses of MultipartFormField in org.melati.servlet |
---|
Fields in org.melati.servlet declared as MultipartFormField | |
---|---|
MultipartFormField |
BaseFileFormDataAdaptor.field
Information about the uploaded file. |
Methods in org.melati.servlet that return types with arguments of type MultipartFormField | |
---|---|
Hashtable<String,MultipartFormField> |
MultipartFormDataDecoder.parseData()
Parse the uploaded data into its constituents. |
Methods in org.melati.servlet with parameters of type MultipartFormField | |
---|---|
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. |
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 . |
void |
MemoryFormDataAdaptor.readData(MultipartFormField field,
DelimitedBufferedInputStream in,
byte[] delim)
Read data from in until the delim and save it in an internal buffer for later use. |
void |
FormDataAdaptor.readData(MultipartFormField field,
DelimitedBufferedInputStream in,
byte[] delim)
Read data from in until the delim is found and
save the data so that we can access it again. |
void |
BaseFileFormDataAdaptor.readData(MultipartFormField fieldP,
DelimitedBufferedInputStream in,
byte[] delim)
Read data from in until the delim, work out which file to save it in, and save it. |
Uses of MultipartFormField in org.melati.template |
---|
Methods in org.melati.template that return MultipartFormField | |
---|---|
MultipartFormField |
ServletTemplateContext.getMultipartFormField(String s)
Get a multi-part field from an HTML form. |
MultipartFormField |
MultipartTemplateContext.getMultipartFormField(String s)
Get a multi-part field from an HTML form. |
Uses of MultipartFormField in org.melati.template.velocity |
---|
Methods in org.melati.template.velocity that return MultipartFormField | |
---|---|
MultipartFormField |
VelocityServletTemplateContext.getMultipartFormField(String s)
Returns null as this is not a multi part form. |
Uses of MultipartFormField in org.melati.template.webmacro |
---|
Methods in org.melati.template.webmacro that return MultipartFormField | |
---|---|
MultipartFormField |
WebmacroServletTemplateContext.getMultipartFormField(String s)
Throws an exception as this is not a multi part form. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |