org.onebusaway.presentation.services.resources
Interface ResourceService
- All Known Implementing Classes:
- ResourceServiceImpl
public interface ResourceService
getExternalUrlForResource
String getExternalUrlForResource(String resourcePath,
Locale locale)
getExternalUrlForResources
String getExternalUrlForResources(List<String> resourcePaths,
Locale locale)
getExternalUrlForResources
String getExternalUrlForResources(String resourceId,
List<String> resourcePaths,
Locale locale)
getLocalResourceForExternalId
Resource getLocalResourceForExternalId(String externalId,
Locale locale)
Copyright © 2012 OneBusAway. All Rights Reserved.