| Package | Description |
|---|---|
| com.rometools.propono.blogclient.atomprotocol |
| Modifier and Type | Field and Description |
|---|---|
private AtomCollection |
AtomResource.collection
Deprecated.
|
private AtomCollection |
AtomEntryIterator.collection
Deprecated.
|
(package private) AtomCollection |
AtomEntry.collection
Deprecated.
|
private AtomCollection |
AtomBlog.entriesCollection
Deprecated.
|
private AtomCollection |
AtomBlog.resourcesCollection
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,AtomCollection> |
AtomBlog.collections
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) AtomCollection |
AtomEntry.getCollection()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
AtomEntry.setCollection(AtomCollection collection)
Deprecated.
|
| Constructor and Description |
|---|
AtomEntry(AtomBlog blog,
AtomCollection collection)
Deprecated.
|
AtomEntry(AtomCollection collection,
ClientEntry entry)
Deprecated.
|
AtomEntryIterator(AtomCollection collection)
Deprecated.
|
AtomResource(AtomCollection collection,
ClientMediaEntry entry)
Deprecated.
|
AtomResource(AtomCollection collection,
java.lang.String name,
java.lang.String contentType,
byte[] bytes)
Deprecated.
|