CS 1705 Library

Uses of Class
cs1705.web.RssEntry

Packages that use RssEntry
cs1705.web   
 

Uses of RssEntry in cs1705.web
 

Methods in cs1705.web that return types with arguments of type RssEntry
 List<RssEntry> RssFeed.getEntries()
          Get this feed's entries.
 

Methods in cs1705.web with parameters of type RssEntry
 void RssFeed.addEntry(RssEntry entry)
          Add a new entry to this feed.
 

Method parameters in cs1705.web with type arguments of type RssEntry
 void RssFeed.setEntries(List<RssEntry> entries)
          Set this feed's entries.
 

Constructors in cs1705.web with parameters of type RssEntry
RssEntry(RssEntry existingEntry)
          Creates a new RssEntry object as a copy of an existing entry.
 


Last updated: Wed, Apr 1, 2009 • 12:29 AM EDT

Copyright © 2009 Virginia Tech.