|
||||||||||
| 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(java.io.File file,
java.lang.String type,
java.lang.String title,
java.lang.String link,
java.lang.String description)
Création d'un flux. |
static void |
createFeed(java.lang.String filename,
java.lang.String type,
java.lang.String title,
java.lang.String link,
java.lang.String description)
Création d'un flux. |
static void |
deleteFeed(java.io.File file)
Suppression d'un flux. |
static void |
deleteFeed(java.lang.String filename)
Suppression d'un flux. |
static void |
feedFeed(java.io.File file,
java.lang.String title,
java.lang.String link,
java.lang.String content)
Ajout d'une entrée dans un flux. |
static void |
feedFeed(java.lang.String filename,
java.lang.String title,
java.lang.String link,
java.lang.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(java.lang.String filename,
java.lang.String type,
java.lang.String title,
java.lang.String link,
java.lang.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(java.io.File file,
java.lang.String type,
java.lang.String title,
java.lang.String link,
java.lang.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(java.lang.String filename)
filename - fichier correspondant au fluxpublic static void deleteFeed(java.io.File file)
file - fichier correspondant au flux
public static void feedFeed(java.lang.String filename,
java.lang.String title,
java.lang.String link,
java.lang.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(java.io.File file,
java.lang.String title,
java.lang.String link,
java.lang.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 | |||||||||