Class ExtImageFilterAllAllowed

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

public class ExtImageFilterAllAllowed extends Object implements IExtImageFilter
Implementation of IExtImageFilter which allows any type of loading external images. Only use this filter for temporary scenarios - then use your own filter implementation!
  • Constructor Details

    • ExtImageFilterAllAllowed

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