org.walluck.oscar.handlers.news
Class NewsHandler

java.lang.Object
  extended by org.walluck.oscar.handlers.news.NewsHandler

public class NewsHandler
extends Object

News stuff.

News URL: http://headlines.aim.aol.com/aim/headlines.html

Format:

 Title=MyNews
 Section=
 Subsection=
 Headline=
 URL=
 Headline=
 URL=
 ...
 Section=
 Subsection=
 Headline=
 URL=
 ...
 End=MyNews
 

Since:
1.0
Version:
1.0
Author:
David Walluck

Field Summary
static String NEWS_URL
          News URL.
 
Constructor Summary
NewsHandler()
           
 
Method Summary
 ArrayList getNews()
          Get the news into a list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEWS_URL

public static final String NEWS_URL
News URL.

See Also:
Constant Field Values
Constructor Detail

NewsHandler

public NewsHandler()
Method Detail

getNews

public ArrayList getNews()
Get the news into a list.

Returns:
the list containing the news