Interface ResourceService
-
- All Known Implementing Classes:
ResourceServiceImpl
public interface ResourceService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExternalUrlForResource(String resourcePath, Locale locale)StringgetExternalUrlForResources(String resourceId, List<String> resourcePaths, Locale locale)StringgetExternalUrlForResources(List<String> resourcePaths, Locale locale)ResourcegetLocalResourceForExternalId(String externalId, Locale locale)
-