Uses of Interface
org.rometools.propono.blogclient.Blog

Packages that use Blog
org.rometools.propono.blogclient   
org.rometools.propono.blogclient.atomprotocol   
org.rometools.propono.blogclient.metaweblog   
 

Uses of Blog in org.rometools.propono.blogclient
 

Methods in org.rometools.propono.blogclient that return Blog
 Blog BlogEntry.getBlog()
          Blog is associated with a blog
 Blog BaseBlogEntry.getBlog()
          Blog is associated with a blog
 Blog Blog.Collection.getBlog()
          Get blog that contains this collection.
 Blog BlogConnection.getBlog(String token)
          Get blog by token
 

Constructors in org.rometools.propono.blogclient with parameters of type Blog
BaseBlogEntry(Blog blog)
          Contruct abstract blog entry.
 

Uses of Blog in org.rometools.propono.blogclient.atomprotocol
 

Classes in org.rometools.propono.blogclient.atomprotocol that implement Blog
 class AtomBlog
          Atom protocol implementation of the BlogClient Blog interface.
 

Methods in org.rometools.propono.blogclient.atomprotocol that return Blog
 Blog AtomCollection.getBlog()
          Get blog that contains this collection.
 Blog AtomConnection.getBlog(String token)
          Get blog by token
 

Uses of Blog in org.rometools.propono.blogclient.metaweblog
 

Classes in org.rometools.propono.blogclient.metaweblog that implement Blog
 class MetaWeblogBlog
          Blog implementation that uses a mix of Blogger and MetaWeblog API methods.
 

Methods in org.rometools.propono.blogclient.metaweblog that return Blog
 Blog MetaWeblogBlog.MetaWeblogBlogCollection.getBlog()
          Get blog that contains this collection.
 Blog MetaWeblogConnection.getBlog(String token)
          Get blog by token
 

Constructors in org.rometools.propono.blogclient.metaweblog with parameters of type Blog
MetaWeblogBlog.MetaWeblogBlogCollection(Blog blog, String token, String title, String accept)
           
 



Copyright © 2007-2013 ROME Project. All Rights Reserved.