Package | Description |
---|---|
com.rometools.propono.blogclient | |
com.rometools.propono.blogclient.atomprotocol | |
com.rometools.propono.blogclient.metaweblog |
Modifier and Type | Method and Description |
---|---|
Blog |
Blog.Collection.getBlog()
Get blog that contains this collection.
|
Blog |
BlogEntry.getBlog()
Blog is associated with a blog
|
Blog |
BaseBlogEntry.getBlog()
Blog is associated with a blog
|
Blog |
BlogConnection.getBlog(String token)
Get blog by token
|
Modifier and Type | Method and Description |
---|---|
List<Blog> |
BlogConnection.getBlogs()
Returns collection of blogs available from this connection
|
Constructor and Description |
---|
BaseBlogEntry(Blog blog)
Contruct abstract blog entry.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomBlog
Atom protocol implementation of the BlogClient Blog interface.
|
Modifier and Type | Method and Description |
---|---|
Blog |
AtomCollection.getBlog()
Get blog that contains this collection.
|
Blog |
AtomConnection.getBlog(String token)
Get blog by token
|
Modifier and Type | Method and Description |
---|---|
List<Blog> |
AtomConnection.getBlogs()
Returns collection of blogs available from this connection
|
Modifier and Type | Class and Description |
---|---|
class |
MetaWeblogBlog
Blog implementation that uses a mix of Blogger and MetaWeblog API methods.
|
Modifier and Type | Method and Description |
---|---|
Blog |
MetaWeblogBlog.MetaWeblogBlogCollection.getBlog()
Get blog that contains this collection.
|
Blog |
MetaWeblogConnection.getBlog(String token)
Get blog by token
|
Modifier and Type | Method and Description |
---|---|
List<Blog> |
MetaWeblogConnection.getBlogs()
Returns collection of blogs available from this connection
|
Constructor and Description |
---|
MetaWeblogBlogCollection(Blog blog,
String token,
String title,
String accept) |
Copyright © 2016. All rights reserved.