Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
static RssChannel |
RssCacheManager.getRssChannel(java.lang.String id)
Retrieve a cached RssChannel from its id.
|
static RssChannel |
RssCacheManager.putRssChannel(java.lang.String id,
RssChannel rssChannel)
Cache a RssChannel.
|
static RssChannel |
RssCacheManager.removeRssChannel(java.lang.String id)
Remove a cached RssChannel from its id.
|
Modifier and Type | Method and Description |
---|---|
static RssChannel |
RssCacheManager.putRssChannel(java.lang.String id,
RssChannel rssChannel)
Cache a RssChannel.
|
Modifier and Type | Method and Description |
---|---|
RssChannel |
RssEvent.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
RssEvent.setChannel(RssChannel channel) |
Constructor and Description |
---|
RssEvent(RssChannel channel,
RssItem item,
RssEvent.Type type) |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.