Interface FileObjectPreProcessor

All Superinterfaces:
PreProcessor<FileObject>

@ExtensionPoint public interface FileObjectPreProcessor extends PreProcessor<FileObject>
A pre processor for FileObject objects. A pre processor is able to modify the object before it is delivered to the user interface.
Since:
1.10
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(FileObject fileObject)