Uses of Interface
com.sun.syndication.feed.module.DCSubject

Packages that use DCSubject
com.sun.syndication.feed.module   
com.sun.syndication.feed.synd   
com.sun.syndication.io.impl   
 

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

Classes in com.sun.syndication.feed.module that implement DCSubject
 class DCSubjectImpl
          Subject of the Dublin Core ModuleImpl, default implementation.
 

Methods in com.sun.syndication.feed.module that return DCSubject
 DCSubject DCModuleImpl.getSubject()
          Gets the DublinCore module subject.
 DCSubject DCModule.getSubject()
          Gets the DublinCore module subject.
 

Methods in com.sun.syndication.feed.module with parameters of type DCSubject
 void DCModuleImpl.setSubject(DCSubject subject)
          Sets the DCSubject element.
 void DCModule.setSubject(DCSubject subject)
          Sets the DCSubject element.
 

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

Fields in com.sun.syndication.feed.synd declared as DCSubject
private  DCSubject SyndCategoryImpl._subject
           
 

Methods in com.sun.syndication.feed.synd that return DCSubject
(package private)  DCSubject SyndCategoryImpl.getSubject()
          Package private constructor, used by SyndCategoryListFacade.
 

Constructors in com.sun.syndication.feed.synd with parameters of type DCSubject
SyndCategoryImpl(DCSubject subject)
          For implementations extending SyndContentImpl to be able to use the ObjectBean functionality with extended interfaces.
 

Uses of DCSubject in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl with parameters of type DCSubject
protected  Element DCModuleGenerator.generateSubjectElement(DCSubject subject)
          Utility method to generate an element for a subject.
 



Copyright © Sun Microsystems. All Rights Reserved.