Uses of Interface
org.silverpeas.looks.aurora.service.weather.WeatherServiceRequester
-
Packages that use WeatherServiceRequester Package Description org.silverpeas.looks.aurora.service.weather -
-
Uses of WeatherServiceRequester in org.silverpeas.looks.aurora.service.weather
Classes in org.silverpeas.looks.aurora.service.weather that implement WeatherServiceRequester Modifier and Type Class Description class
AccuWeatherRequester
Requester of the AccuWeather API service.class
OpenWeatherMapRequester
Requester of the OpenWeatherMap API service.class
YahooWeatherRequester
Requester of the Yahoo weather service.Methods in org.silverpeas.looks.aurora.service.weather that return WeatherServiceRequester Modifier and Type Method Description static WeatherServiceRequester
WeatherServiceRequester. getForService(String serviceName)
Gets the requester relative to the specified weather service.
-