Package org.apache.openmeetings.core.rss
Class LoadAtomRssFeed
- java.lang.Object
-
- org.apache.openmeetings.core.rss.LoadAtomRssFeed
-
public class LoadAtomRssFeed extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpURLConnectiongetFeedConnection(String urlStr)static com.github.openjson.JSONArraygetRss()static voidsetRss(com.github.openjson.JSONArray rss)
-
-
-
Method Detail
-
getFeedConnection
public static HttpURLConnection getFeedConnection(String urlStr) throws IOException
- Throws:
IOException
-
getRss
public static com.github.openjson.JSONArray getRss()
-
setRss
public static void setRss(com.github.openjson.JSONArray rss)
-
-