public interface IUploadPreProcessor
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Method and Description |
---|---|
void |
process(UploadedFile uploadedFile)
If this interface is implemented, the logic inside this method will be executed before persisting the uploaded
file.
|
void process(UploadedFile uploadedFile)
UploadedFile
object will be persisteduploadedFile
- Copyright © 2007–2021 Hippo B.V. (http://www.onehippo.com). All rights reserved.