| Package | Description |
|---|---|
| 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 |
|---|---|
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-2010 Jalios SA. All Rights Reserved.