Uses of Class
com.jalios.util.RssChannel
-
Packages that use RssChannel 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). -
-
Uses of RssChannel in com.jalios.jtaglib
Methods in com.jalios.jtaglib that return RssChannel Modifier and Type Method 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.Methods in com.jalios.jtaglib with parameters of type RssChannel Modifier and Type Method Description static RssChannel
RssCacheManager. putRssChannel(java.lang.String id, RssChannel rssChannel)
Cache a RssChannel. -
Uses of RssChannel in com.jalios.util
Methods in com.jalios.util that return RssChannel Modifier and Type Method Description RssChannel
RssEvent. getChannel()
Methods in com.jalios.util with parameters of type RssChannel Modifier and Type Method Description void
RssEvent. setChannel(RssChannel channel)
Constructors in com.jalios.util with parameters of type RssChannel Constructor Description RssEvent(RssChannel channel, RssItem item, RssEvent.Type type)
-