|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RssItem | |
---|---|
com.jalios.util | Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). |
Uses of RssItem in com.jalios.util |
---|
Methods in com.jalios.util that return RssItem | |
---|---|
RssItem |
RssEvent.getItem()
|
Methods in com.jalios.util that return types with arguments of type RssItem | |
---|---|
List<RssItem> |
RssChannel.getItemList()
Retrieve the list of RssItem of this feed. |
Methods in com.jalios.util with parameters of type RssItem | |
---|---|
void |
RssEvent.setItem(RssItem item)
|
Method parameters in com.jalios.util with type arguments of type RssItem | |
---|---|
void |
RssChannel.setItemList(List<RssItem> list)
Set the list of RssItem of this feed. |
Constructors in com.jalios.util with parameters of type RssItem | |
---|---|
RssEvent(RssChannel channel,
RssItem item,
RssEvent.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |