Uses of Interface
ch.odi.justblog.api.Blog

Packages that use Blog
ch.odi.justblog.api   
ch.odi.justblog.api.blogger   
ch.odi.justblog.command   
 

Uses of Blog in ch.odi.justblog.api
 

Methods in ch.odi.justblog.api that return Blog
 Blog BlogApi.getBlog(java.net.URL apiurl, java.lang.String id)
          Tries to open the blog identified by id at the endpoint pointed to by apiurl.
 

Uses of Blog in ch.odi.justblog.api.blogger
 

Classes in ch.odi.justblog.api.blogger that implement Blog
 class BloggerBlog
          A Blogger Blog.
 

Methods in ch.odi.justblog.api.blogger that return Blog
 Blog BloggerApi.getBlog(java.net.URL url, java.lang.String id)
           
 

Uses of Blog in ch.odi.justblog.command
 

Methods in ch.odi.justblog.command that return Blog
 Blog SimpleSession.getBlog()
           
 Blog ISession.getBlog()
           
 

Methods in ch.odi.justblog.command with parameters of type Blog
 void SimpleSession.setBlog(Blog blog)
           
 void ISession.setBlog(Blog blog)
           
 



Copyright © 2005 Ortwin Glück. All Rights Reserved.