|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.ui.utils.FeedUtil
public class FeedUtil
Classe permettant de gérer les flux de syndication (RSS, Atom).
| Constructor Summary | |
|---|---|
FeedUtil()
|
|
| Method Summary | |
|---|---|
static void |
createFeed(File file,
String type,
String title,
String link,
String description)
Création d'un flux. |
static void |
createFeed(String filename,
String type,
String title,
String link,
String description)
Création d'un flux. |
static void |
deleteFeed(File file)
Suppression d'un flux. |
static void |
deleteFeed(String filename)
Suppression d'un flux. |
static void |
feedFeed(File file,
String title,
String link,
String content)
Ajout d'une entrée dans un flux. |
static void |
feedFeed(String filename,
String title,
String link,
String content)
Ajout d'une entrée dans un flux. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeedUtil()
| Method Detail |
|---|
public static void createFeed(String filename,
String type,
String title,
String link,
String description)
filename - fichier correspondant au fluxtype - type de flux (rss_2.0, atom_1.0)title - titre du canallink - URL associée au canaldescription - description du canal
public static void createFeed(File file,
String type,
String title,
String link,
String description)
file - fichier correspondant au fluxtype - type de flux (rss_2.0, atom_1.0)title - titre du canallink - URL associée au canaldescription - description du canalpublic static void deleteFeed(String filename)
filename - fichier correspondant au fluxpublic static void deleteFeed(File file)
file - fichier correspondant au flux
public static void feedFeed(String filename,
String title,
String link,
String content)
filename - fichier correspondant au fluxtitle - titre de l'entréelink - URL associée à l'entréecontent - contenu de l'entrée
public static void feedFeed(File file,
String title,
String link,
String content)
file - fichier correspondant au fluxtitle - titre de l'entréelink - URL associée à l'entréecontent - contenu de l'entrée
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||