Class ExtImageFilterAllBlocked

java.lang.Object
org.eclnt.util.image.ExtImageFilterAllBlocked
All Implemented Interfaces:
IExtImageFilter

public class ExtImageFilterAllBlocked extends Object implements IExtImageFilter
Implementation of IExtImageFilter which blocks any type of loading external images. This is the default manager that is used and which avoids any external URL to be loaded.
  • Constructor Details

    • ExtImageFilterAllBlocked

      public ExtImageFilterAllBlocked()
  • Method Details

    • checkURL

      public boolean checkURL(String url)
      Specified by:
      checkURL in interface IExtImageFilter
      Parameters:
      url - - url of the image that is analyzed
      Returns:
      - true: image is ok and can be loaded, false: image must not be loaded!