Interface IExtImageFilter

All Known Implementing Classes:
ExtImageFilterAllAllowed, ExtImageFilterAllBlocked

public interface IExtImageFilter
Filter to check URLs to be loaded by image size processing of the server side image manager (class ServerImageManager). Here is is possible to find the size of some image from some external url. This url can be checked with this interface to prevent uncontrolled loading of images.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • checkURL

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