Interface FileUploadPreProcessorService
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
DefaultFileUploadPreProcessorService
public interface FileUploadPreProcessorService extends org.apache.wicket.util.io.IClusterable
This interface represents a service that will be processed when a file is being uploaded to the CMS.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_ID
static String
PRE_PROCESSOR_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.wicket.markup.html.form.upload.FileUpload
process(org.apache.commons.fileupload.FileItem fileItem, org.apache.wicket.markup.html.form.upload.FileUpload originalFileUpload)
-
-
-
Field Detail
-
PRE_PROCESSOR_ID
static final String PRE_PROCESSOR_ID
- See Also:
- Constant Field Values
-
DEFAULT_ID
static final String DEFAULT_ID
- See Also:
- Constant Field Values
-
-