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 RssChannelRssCacheManager. getRssChannel(java.lang.String id)Retrieve a cached RssChannel from its id.static RssChannelRssCacheManager. putRssChannel(java.lang.String id, RssChannel rssChannel)Cache a RssChannel.static RssChannelRssCacheManager. 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 RssChannelRssCacheManager. 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 RssChannelRssEvent. getChannel()Methods in com.jalios.util with parameters of type RssChannel Modifier and Type Method Description voidRssEvent. setChannel(RssChannel channel)Constructors in com.jalios.util with parameters of type RssChannel Constructor Description RssEvent(RssChannel channel, RssItem item, RssEvent.Type type)
-