| Package | Description |
|---|---|
| com.jalios.jcms.rss | |
| com.jalios.util |
Contains Jalios utility classes (Unix-like crypt class, RSS parser,
mail utility, servlet utility, comparators and miscellaneous utility
static methods).
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<RssItem> |
RssManager.getSortItemList(java.util.List<RssItem> itemList,
java.lang.String sortAttribute)
generated a sorted
List of the provided List. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<RssItem> |
RssManager.getSortItemList(java.util.List<RssItem> itemList,
java.lang.String sortAttribute)
generated a sorted
List of the provided List. |
| Modifier and Type | Method and Description |
|---|---|
RssItem |
RssEvent.getItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RssItem> |
RssChannel.getItemList()
Retrieve the list of RssItem of this feed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RssEvent.setItem(RssItem item) |
| Modifier and Type | Method and Description |
|---|---|
void |
RssChannel.setItemList(java.util.List<RssItem> list)
Set the list of RssItem of this feed.
|
| Constructor and Description |
|---|
RssEvent(RssChannel channel,
RssItem item,
RssEvent.Type type) |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.