Class ImageContentInliner

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

public class ImageContentInliner extends AbstractInliner
Handle images with format string: ${image:100x100}
  • Constructor Details

    • ImageContentInliner

      public ImageContentInliner()
  • 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