Uses of Class
com.sun.syndication.feed.rss.Enclosure

Packages that use Enclosure
com.sun.syndication.feed.rss   
com.sun.syndication.feed.synd.impl   
com.sun.syndication.io.impl   
 

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

Methods in com.sun.syndication.feed.rss that return types with arguments of type Enclosure
 List<Enclosure> Item.getEnclosures()
          Returns the item enclosures.
 

Method parameters in com.sun.syndication.feed.rss with type arguments of type Enclosure
 void Item.setEnclosures(List<Enclosure> enclosures)
          Sets the item enclosures.
 

Uses of Enclosure in com.sun.syndication.feed.synd.impl
 

Methods in com.sun.syndication.feed.synd.impl that return types with arguments of type Enclosure
protected  List<Enclosure> ConverterForRSS092.createEnclosures(List<SyndEnclosure> sEnclosures)
           
 

Method parameters in com.sun.syndication.feed.synd.impl with type arguments of type Enclosure
protected  List<SyndEnclosure> ConverterForRSS092.createSyndEnclosures(List<Enclosure> enclosures)
           
 

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

Methods in com.sun.syndication.io.impl with parameters of type Enclosure
protected  org.jdom2.Element RSS092Generator.generateEnclosure(Enclosure enclosure)
           
 

Method parameters in com.sun.syndication.io.impl with type arguments of type Enclosure
protected  int RSS093Generator.getNumberOfEnclosures(List<Enclosure> enclosures)
           
protected  int RSS092Generator.getNumberOfEnclosures(List<Enclosure> enclosures)
           
 



Copyright © 2004–2013 ROME Project. All rights reserved.