org.onebusaway.presentation.services.resources
Interface ResourceService

All Known Implementing Classes:
ResourceServiceImpl

public interface ResourceService


Method Summary
 String getExternalUrlForResource(String resourcePath, Locale locale)
           
 String getExternalUrlForResources(List<String> resourcePaths, Locale locale)
           
 String getExternalUrlForResources(String resourceId, List<String> resourcePaths, Locale locale)
           
 Resource getLocalResourceForExternalId(String externalId, Locale locale)
           
 

Method Detail

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.