protected static class Feed.FeedState
extends java.lang.Object
Note: Feed entries are not part of feed shared state, because the entry lists will need to be typed differently for adapted instances. This means that entries that are created, updated, or deleted in an adapted feed will not be reflected in the base feed used to construct it. The reverse is also true: changes made to a base feed will not be reflected in any adapted instances of the feed.
Modifier and Type | Field and Description |
---|---|
boolean |
canPost
Specifies whether the feed can be posted to.
|
Service |
service
Service associated with the feed.
|
java.lang.String |
versionId
Version ID.
|
Modifier | Constructor and Description |
---|---|
protected |
Feed.FeedState() |
public Service service
public boolean canPost
public java.lang.String versionId
This property is only used for services to communicate the current version ID back to the servlet. It is NOT set when entries are parsed (either from requests or from arbitrary XML).