|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlogResource | |
---|---|
org.rometools.propono.blogclient | |
org.rometools.propono.blogclient.atomprotocol | |
org.rometools.propono.blogclient.metaweblog |
Uses of BlogResource in org.rometools.propono.blogclient |
---|
Methods in org.rometools.propono.blogclient that return BlogResource | |
---|---|
BlogResource |
Blog.newResource(String name,
String type,
byte[] bytes)
Deprecated. Instead use collections directly. |
BlogResource |
Blog.Collection.newResource(String name,
String contentType,
byte[] bytes)
Create but do not save new resource in collection. |
Methods in org.rometools.propono.blogclient with parameters of type BlogResource | |
---|---|
String |
Blog.Collection.saveResource(BlogResource resource)
Save or update resource in this collection |
Uses of BlogResource in org.rometools.propono.blogclient.atomprotocol |
---|
Classes in org.rometools.propono.blogclient.atomprotocol that implement BlogResource | |
---|---|
class |
AtomResource
Atom protocol implementation of BlogResource. |
Methods in org.rometools.propono.blogclient.atomprotocol that return BlogResource | |
---|---|
BlogResource |
AtomCollection.newResource(String name,
String contentType,
byte[] bytes)
Create but do not save new resource in collection. |
BlogResource |
AtomBlog.newResource(String name,
String contentType,
byte[] bytes)
Create but do not save it to server new BlogResource in primary resources collection (the first collection found that accepts resources). |
Methods in org.rometools.propono.blogclient.atomprotocol with parameters of type BlogResource | |
---|---|
String |
AtomCollection.saveResource(BlogResource res)
Save or update resource in this collection |
Uses of BlogResource in org.rometools.propono.blogclient.metaweblog |
---|
Classes in org.rometools.propono.blogclient.metaweblog that implement BlogResource | |
---|---|
class |
MetaWeblogResource
MetaWeblog API implementation of an resource entry. |
Methods in org.rometools.propono.blogclient.metaweblog that return BlogResource | |
---|---|
BlogResource |
MetaWeblogBlog.newResource(String name,
String contentType,
byte[] bytes)
Create but do not save it to server new BlogResource in primary resources collection (the first collection found that accepts resources). |
BlogResource |
MetaWeblogBlog.MetaWeblogBlogCollection.newResource(String name,
String contentType,
byte[] bytes)
Create but do not save new resource in collection. |
Methods in org.rometools.propono.blogclient.metaweblog with parameters of type BlogResource | |
---|---|
String |
MetaWeblogBlog.MetaWeblogBlogCollection.saveResource(BlogResource res)
Save or update resource in this collection |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |