Uses of Interface
com.sun.syndication.common.ToString

Packages that use ToString
com.sun.syndication.common   
com.sun.syndication.feed   
com.sun.syndication.feed.atom   
com.sun.syndication.feed.module   
com.sun.syndication.feed.rss   
com.sun.syndication.feed.synd   
 

Uses of ToString in com.sun.syndication.common
 

Classes in com.sun.syndication.common that implement ToString
 class ObjectBean
          Convenience class providing clone(), toString(), equals() and hashCode() functionality for Java Beans.
 class ToStringBean
          Provides deep Bean toString support.
 

Uses of ToString in com.sun.syndication.feed
 

Classes in com.sun.syndication.feed that implement ToString
 class WireFeed
          Parent class of the RSS (Channel) and Atom (Feed) feed beans.
 

Uses of ToString in com.sun.syndication.feed.atom
 

Classes in com.sun.syndication.feed.atom that implement ToString
 class Content
          Bean for content elements of Atom feeds.
 class Entry
          Bean for entry elements of Atom feeds.
 class Feed
          Bean for Atom feeds.
 class Generator
          Bean for the generator element of Atom feeds.
 class Link
          Bean for link elements of Atom feeds.
 class Person
          Bean for person elements of Atom feeds.
 

Uses of ToString in com.sun.syndication.feed.module
 

Subinterfaces of ToString in com.sun.syndication.feed.module
 interface DCModuleI
          Dublin Core Module.
 interface DCSubjectI
          Subject of the Dublin Core Module.
 interface ModuleI
          Base class for modules describing Metadata of feeds.
 interface SyModuleI
          Syndication Module.
 

Classes in com.sun.syndication.feed.module that implement ToString
 class DCModule
          Dublin Core Module, default implementation.
 class DCSubject
          Subject of the Dublin Core Module, default implementation.
 class Module
          Base class for modules describing Metadata of feeds, default implementations.
 class SyModule
          Syndication Module, default implementation.
 

Uses of ToString in com.sun.syndication.feed.rss
 

Classes in com.sun.syndication.feed.rss that implement ToString
 class Category
          Bean for categories of RSS feeds.
 class Channel
          Bean for RSS feeds.
 class Cloud
          Bean for clouds of RSS feeds.
 class Description
          Bean for item descriptions of RSS feeds.
 class Enclosure
          Bean for item enclosures of RSS feeds.
 class Guid
          Bean for item GUIDs of RSS feeds.
 class Image
          Bean for images of RSS feeds.
 class Item
          Bean for items of RSS feeds.
 class Source
          Bean for item sources of RSS feeds.
 class TextInput
          Bean for text input of RSS feeds.
 

Uses of ToString in com.sun.syndication.feed.synd
 

Subinterfaces of ToString in com.sun.syndication.feed.synd
 interface SyndCategoryI
          Bean interface for categories of SyndFeed feeds and entries.
 interface SyndContentI
          Bean interface for content of SyndFeed entries.
 interface SyndEntryI
          Bean interface for entries of SyndFeed feeds.
 interface SyndFeedI
          Bean interface for all types of feeds.
 interface SyndImageI
          Bean interface for images of SyndFeed feeds.
 

Classes in com.sun.syndication.feed.synd that implement ToString
 class SyndCategory
          Bean for categories of SyndFeed feeds and entries.
 class SyndContent
          Bean for content of SyndFeed entries.
 class SyndEntry
          Bean for entries of SyndFeed feeds.
 class SyndFeed
          Bean for all types of feeds.
 class SyndImage
          Bean for images of SyndFeed feeds.
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.