Uses of Interface
de.xima.fc.form.common.upload.IUploadPostProcessor
-
Packages that use IUploadPostProcessor Package Description de.xima.fc.form.common.models de.xima.fc.form.common.upload de.xima.fc.transform.image.exif de.xima.fc.transform.pdf.convert -
-
Uses of IUploadPostProcessor in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return types with arguments of type IUploadPostProcessor Modifier and Type Method Description List<IUploadPostProcessor>
IXProcessUploadParams. getPostProcessorChain()
-
Uses of IUploadPostProcessor in de.xima.fc.form.common.upload
Methods in de.xima.fc.form.common.upload that return IUploadPostProcessor Modifier and Type Method Description static IUploadPostProcessor
XUploadContentTransformer. createImagePostProcessor(Integer targetWidth, Integer targetHeight, String targetImgFormat, Double targetQuality, Path tmpDir, Consumer<String> protocolHandler)
Method parameters in de.xima.fc.form.common.upload with type arguments of type IUploadPostProcessor Modifier and Type Method Description static IXUpload
XUploadContentTransformer. transformXUpload(IXUpload upload, List<IUploadPostProcessor> postProcessors)
Transforms the content of the given upload. -
Uses of IUploadPostProcessor in de.xima.fc.transform.image.exif
Classes in de.xima.fc.transform.image.exif that implement IUploadPostProcessor Modifier and Type Class Description class
ExifDataProcessor
Upload postprocessor implementation that adjusts the orientation and clears the metadata of supported images. -
Uses of IUploadPostProcessor in de.xima.fc.transform.pdf.convert
Methods in de.xima.fc.transform.pdf.convert that return IUploadPostProcessor Modifier and Type Method Description static IUploadPostProcessor
PdfConverters. createUploadPostProcessorInst(Function<IXUpload,IXUpload> notProcessableHandler, Consumer<String> protocolEntryHandler)
-