请参阅: 说明
接口 | 说明 |
---|---|
FeedSecurityCallback |
The interface defines permission levels for the access to a feed.
|
类 | 说明 |
---|---|
Enclosure |
Enclosure is a sub-element of an RSS item element.
|
Feed |
This is an OLAT feed (or web/news feed) model.
|
FeedLoggingAction |
LoggingActions used by feeds (blog / podcasts)
PLEASE BE CAREFUL WHEN EDITING IN HERE.
|
FeedManager |
The
FeedManager singleton is responsible for dealing with feed resources. |
FeedManagerImpl |
This is the actual feed manager implementation.
|
FeedManagerImplITCase |
JUnit tests for
FeedManager methods. |
FeedManagerITCaseWithMocking |
JUnit tests for
FeedManager methods. |
FeedMediaEBL |
Facade class from refactoring of DB Bad Smells - intermediate commit moved here
Initial Date: 14.09.2011
|
FeedPreviewSecurityCallback |
The feed preview security callback.
|
FeedResourceSecurityCallback |
Feed resource security callback.
|
FeedViewHelper |
The object provides helper methods for feed views.
|
Item |
This is the feed item class.
|
ItemPublishDateComparator |
Compares the publish date of two items.
|
Path |
The Path class.
|
ValidatedURL |
Initial Date: 25 feb. 2010
|
枚举 | 说明 |
---|---|
ValidatedURL.State |
异常错误 | 说明 |
---|---|
InvalidPathException |
Invalid path exeption.
|
A web feed (or news feed) is a data format used for providing users with frequently updated content. Content distributors syndicate a web feed, thereby allowing users to subscribe to it. Making a collection of web feeds accessible in one spot is known as aggregation, which is performed by an Internet aggregator. A web feed is also sometimes referred to as a syndicated feed. (Source: Wikipedia)
The package provides managers, models, dispatchers and helpers for dealing with web feeds (or just feeds). The feed items can be created within OLAT or imported from an external feed (in this case, OLAT serves as an aggregator instead of a content distributor). For creating and reading feeds the ROME library is used (https://rome.dev.java.net/).