Class WeatherServiceAdapter
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.silverpeas.looks.aurora.servlets.WeatherServiceAdapter
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class WeatherServiceAdapter extends javax.servlet.http.HttpServlet
Adapter of the real weather service API used by Silverpeas to fetch weather forecast for one or more cities in the world.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WeatherServiceAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-