Package org.ametys.core.source
Interface OptionalSourceFallback
- All Known Implementing Classes:
SkinOptionalSourceFallback
,StaticOptionalSourceFallback
public interface OptionalSourceFallback
Interface to provide optional fallbacks for sources
-
Method Summary
-
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
-