|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RssChannel | |
---|---|
com.jalios.jtaglib | Contains the classes of utility Jalios JSP custom tag. |
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 RssChannel in com.jalios.jtaglib |
---|
Methods in com.jalios.jtaglib that return RssChannel | |
---|---|
static RssChannel |
RssCacheManager.getRssChannel(String id)
Retrieve a cached RssChannel from its id. |
static RssChannel |
RssCacheManager.putRssChannel(String id,
RssChannel rssChannel)
Cache a RssChannel. |
static RssChannel |
RssCacheManager.removeRssChannel(String id)
Remove a cached RssChannel from its id. |
Methods in com.jalios.jtaglib with parameters of type RssChannel | |
---|---|
static RssChannel |
RssCacheManager.putRssChannel(String id,
RssChannel rssChannel)
Cache a RssChannel. |
Uses of RssChannel in com.jalios.util |
---|
Methods in com.jalios.util that return RssChannel | |
---|---|
RssChannel |
RssEvent.getChannel()
|
Methods in com.jalios.util with parameters of type RssChannel | |
---|---|
void |
RssEvent.setChannel(RssChannel channel)
|
Constructors in com.jalios.util with parameters of type RssChannel | |
---|---|
RssEvent(RssChannel channel,
RssItem item,
RssEvent.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |