|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectview.newsPaperView.util.PaperLayout
public class PaperLayout
Class responsible for generating the html for the newspaper view
| Constructor Summary | |
|---|---|
PaperLayout()
|
|
| Method Summary | |
|---|---|
static java.util.List<Article> |
GetNewUnreadArticles(java.util.List<Article> articles)
Create a list of newly unread articles from a supplied list of articles. |
static void |
main(java.lang.String[] args)
|
static java.lang.String |
MakeHTML(java.util.List<Article> articles)
Turn a list of articles into an HTML page that displays a newspaper-like feed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaperLayout()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public static java.util.List<Article> GetNewUnreadArticles(java.util.List<Article> articles)
articles - All articles (from, say, a feed).
public static java.lang.String MakeHTML(java.util.List<Article> articles)
articles -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||