Class ImageIOPluginScanner

java.lang.Object
org.mapfish.print.ImageIOPluginScanner
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

public final class ImageIOPluginScanner extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
Scans for ImageIO plugins when the application context is loaded.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
    Ensure that extensions for ImageIO (like the reader and writer for TIFF) are registered.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.ApplicationListener

    supportsAsyncExecution
  • Constructor Details

    • ImageIOPluginScanner

      public ImageIOPluginScanner()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
      Ensure that extensions for ImageIO (like the reader and writer for TIFF) are registered. This is required for certain Windows systems.
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
      Parameters:
      event - the startup event. Not needed here but required for API.