Class FileStorageContentInliner

java.lang.Object
io.jmix.reports.yarg.formatters.impl.inline.AbstractInliner
io.jmix.reports.libintegration.FileStorageContentInliner
All Implemented Interfaces:
ContentInliner

@Component("report_FileStorageContentInliner") public class FileStorageContentInliner extends AbstractInliner
  • Field Details

    • metadata

      @Autowired protected Metadata metadata
    • dataManager

      @Autowired protected DataManager dataManager
    • fileStorageLocator

      @Autowired protected FileStorageLocator fileStorageLocator
  • Constructor Details

    • FileStorageContentInliner

      public FileStorageContentInliner()
  • Method Details

    • getTagPattern

      public Pattern getTagPattern()
      Description copied from interface: ContentInliner
      Get Regexp Pattern for match format string
      Returns:
      Pattern
    • getContent

      protected byte[] getContent(Object paramValue)
      Specified by:
      getContent in class AbstractInliner
    • getFileRef

      @Nullable protected FileRef getFileRef(String uri)