Interface OptionalSourceFallback

All Known Implementing Classes:
SkinOptionalSourceFallback, StaticOptionalSourceFallback

public interface OptionalSourceFallback
Interface to provide optional fallbacks for sources
  • Method Summary

    Modifier and Type
    Method
    Description
    Fallback to a default value if the uri is not supported
  • Method Details

    • fallback

      Fallback to a default value if the uri is not supported
      Parameters:
      uri - The uri that is not supported
      Returns:
      The fallback url if any or null otherwise