Uses of Class
com.sun.syndication.common.ObjectBean

Packages that use ObjectBean
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 ObjectBean in com.sun.syndication.feed
 

Subclasses of ObjectBean in com.sun.syndication.feed
 class WireFeed
          Parent class of the RSS (Channel) and Atom (Feed) feed beans.
 

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

Subclasses of ObjectBean in com.sun.syndication.feed.atom
 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 ObjectBean in com.sun.syndication.feed.module
 

Subclasses of ObjectBean in com.sun.syndication.feed.module
 class DCModuleImpl
          Dublin Core ModuleImpl, default implementation.
 class DCSubjectImpl
          Subject of the Dublin Core ModuleImpl, default implementation.
 class ModuleImpl
          Base class for modules describing Metadata of feeds, default implementations.
 class SyModuleImpl
          Syndication ModuleImpl, default implementation.
 

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

Subclasses of ObjectBean in com.sun.syndication.feed.rss
 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 ObjectBean in com.sun.syndication.feed.synd
 

Subclasses of ObjectBean in com.sun.syndication.feed.synd
 class SyndCategoryImpl
          Bean for categories of SyndFeedImpl feeds and entries.
 class SyndContentImpl
          Bean for content of SyndFeedImpl entries.
 class SyndEntryImpl
          Bean for entries of SyndFeedImpl feeds.
 class SyndFeedImpl
          Bean for all types of feeds.
 class SyndImageImpl
          Bean for images of SyndFeedImpl feeds.
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.