Uses of Class
com.jalios.util.RssItem
-
Packages that use RssItem Package Description com.jalios.jcms.rss 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.jcms.rss
Methods in com.jalios.jcms.rss that return types with arguments of type RssItem Modifier and Type Method Description static java.util.List<RssItem>RssManager. getSortItemList(java.util.List<RssItem> itemList, java.lang.String sortAttribute)generated a sortedListof the providedList.Method parameters in com.jalios.jcms.rss with type arguments of type RssItem Modifier and Type Method Description static java.util.List<RssItem>RssManager. getSortItemList(java.util.List<RssItem> itemList, java.lang.String sortAttribute)generated a sortedListof the providedList. -
Uses of RssItem in com.jalios.util
Methods in com.jalios.util that return RssItem Modifier and Type Method Description RssItemRssEvent. getItem()Methods in com.jalios.util that return types with arguments of type RssItem Modifier and Type Method Description java.util.List<RssItem>RssChannel. getItemList()Retrieve the list of RssItem of this feed.Methods in com.jalios.util with parameters of type RssItem Modifier and Type Method Description voidRssEvent. setItem(RssItem item)Method parameters in com.jalios.util with type arguments of type RssItem Modifier and Type Method Description voidRssChannel. setItemList(java.util.List<RssItem> list)Set the list of RssItem of this feed.Constructors in com.jalios.util with parameters of type RssItem Constructor Description RssEvent(RssChannel channel, RssItem item, RssEvent.Type type)
-