类 | 说明 |
---|---|
CreatePodcastController |
Controller that handles the creation of a new podcast resource.
|
EpisodeFormController |
Provides a form for editing episode data (title, description, file ...)
|
PodcastNotificationTypeHandler |
Initial Date: 30.03.2012
|
PodcastUIFactory |
UI factory for podcast controllers.
|
A podcast is a kind of a web feed. It has many episodes. Each episode contains exactly one audio or video file.
All controllers are contained in this package.
Managers, models and helpers are contained in the web feed package since they are more general and may be used for different kinds of feeds, as well.