Class Summary |
AboutAction |
Redirects the user to an about page. |
AboutAuthorAction |
Redirects the user to an about author page. |
AboutBlogAction |
Views the current configuration of the blog. |
AbstractCommentAction |
Adds a comment to an existing blog entry. |
AbstractFileAction |
Superclass for file manipulation actions. |
AbstractLogAction |
Superclass for all log related actions. |
AbstractTrackBackAction |
Superclass for TrackBack link generation actions. |
Action |
The superclass for all command/action components delegated to by the
controller. |
ActionFactory |
A factory class from which to look up and retrieve an instance
of an Action class to process a specific request. |
AddBlogAction |
Allows a new blog to be added to a multi-user install. |
AddBlogEntryAction |
Adds a new blog entry. |
AddCategoryAction |
Allows the user to add a category associated with the current blog. |
AddRefererFiltersAction |
Adds one or more referer filters. |
AddStaticPageAction |
Adds a new static page. |
AddTrackBackAction |
Adds a TrackBack to an existing blog entry. |
AddUserAction |
Adds a new user. |
AdvancedSearchAction |
Performs a search on the current blog. |
ChangePasswordAction |
Changes the user's password. |
ClearMessagesAction |
Allows the user to clear all messages for the current blog. |
ConfirmCommentAction |
Confirms a comment. |
ConfirmTrackBackAction |
Confirms a TrackBack. |
CopyFileAction |
Allows the user to copy (or rename/move) a file. |
CreateDirectoryAction |
Allows the user to create a directory. |
EditBlogEntryAction |
Edits an existing blog entry. |
EditCategoryAction |
Allows the user to edit a specific category. |
EditFileAction |
Allows the user to edit an existing file. |
EditStaticPageAction |
Edits an existing static page. |
EditUserDetailsAction |
Displays information about a single user, ready for it to be edited. |
EditUserPreferencesAction |
Displays user preferences. |
ErrorAction |
Redirects the user to a error page. |
ExportBlogAction |
Exports an entire blog as RSS/RDF/Atom. |
FeedAction |
Gets the RSS for a blog. |
FileAction |
Gets a file/image from a blog. |
FourZeroFourAction |
Redirects the user to a 404 page. |
FourZeroOneAction |
Redirects the user to a 401 page. |
FourZeroThreeAction |
Redirects the user to a 403 page. |
GarbageCollectAction |
Runs the garbage collector. |
GenerateTrackBackLinkAction |
Generates a TrackBack link for a blog entry. |
LoginAction |
An action to initiate a login. |
LoginPageAction |
Shows the user the login page. |
LogoutAction |
Logs out the current user. |
ManageBlogEntriesAction |
Allows the user to manage (currently only remove) one or more blog entries. |
ManageBlogEntryAction |
Allows the user to manage (edit, remove, etc) a blog entry. |
ManageResponsesAction |
Allows the user to manage recently added responses. |
ManageStaticPageAction |
Allows the user to manage (edit and remove) a static page. |
ManageUsersAction |
Allows the user to manage users. |
PublishBlogEntryAction |
Allows the user to publish/unpublish a blog entry. |
ReindexBlogAction |
Rebuilds the indexes associated with a blog. |
ReloadBlogAction |
Reloads a blog from disk. |
RemoveCategoriesAction |
Removes a given category from the associated with the current blog. |
RemoveEmailAddressAction |
Adds a comment to an existing blog entry. |
RemoveFilesAction |
Allows the user to remove one or more files. |
RemoveRefererFiltersAction |
Removes selected referer filters. |
RemoveStaticPagesAction |
Removes one or more existing static pages. |
ReplyToBlogEntryAction |
Allows the user to reply to a specific blog entry. |
ResetPluginsAction |
Resets the plugins associated with a blog. |
ResetThemeAction |
Resets the theme associated with a blog back to "default". |
ResponseFeedAction |
Gets a feed (RSS or Atom) for blog entry responses. |
RestoreThemeAction |
Restores the theme associated with a blog back to a fresh copy of
the specified theme. |
SaveBlogEntryAction |
Saves a blog entry. |
SaveBlogPropertiesAction |
Saves the properties associated with the current Blog. |
SaveBlogSecurityAction |
Saves the security properties associated with the current Blog. |
SaveCategoryAction |
Removes a given category from the associated with the current blog. |
SaveCommentAction |
Adds a comment to an existing blog entry. |
SaveFileAction |
Allows the user to save an existing file. |
SavePebblePropertiesAction |
Saves the properties associated with the Pebble instance. |
SavePluginsAction |
Saves the plugins associated with the current blog. |
SaveStaticPageAction |
Saves a static page. |
SaveUserAction |
Saves user details (this is the blog admin version, where roles
can be changed). |
SaveUserDetailsAction |
Saves user details. |
SaveUserPreferencesAction |
Saves user preferences. |
SearchAction |
Performs a search on the current blog. |
SecureAction |
The superclass for all secure command/action components. |
SendTrackBackAction |
Adds a comment to an existing blog entry. |
SubscribeAction |
Allows the user to see all feeds for the current blog, and subscribe
via e-mail updates. |
UnsubscribeAction |
Allows the user to unsubscribe from e-mail updates whenever a blog entry
is added. |
UploadFileAction |
Superclass for actions that allow the user to upload a file. |
UploadFileToBlogAction |
Allows the user to upload a file to their blog. |
UploadFileToThemeAction |
Allows the user to upload an image to the editable theme. |
UploadImageToBlogAction |
Allows the user to upload an image to their blog. |
UtilitiesAction |
Utilities for the current blog, such as those useful for moving
between versions of Pebble. |
ViewBlogEntriesByPageAction |
Views blog entries page by page. |
ViewBlogEntryAction |
Finds a particular blog entry, ready to be displayed. |
ViewBlogPropertiesAction |
Edits the properties associated with the current Blog. |
ViewBlogsAction |
Displays a list of all blogs (in multi-blog mode). |
ViewBlogSecurityAction |
Edits the security properties associated with the current Blog. |
ViewCategoriesAction |
Allows the user to edit the categories associated with the current blog. |
ViewCategoriesListAction |
Allows the user to view the categories associated with the current blog. |
ViewCategoryAction |
Allows the user to see blog entries for the specified category. |
ViewCommunityAction |
Allows the user to see blog entries from the community. |
ViewCountriesAction |
Gets the visitor country information for the specified time period. |
ViewDayAction |
Finds all blog entries for a particular day, ready for them to be displayed. |
ViewEmailSubscribersAction |
Presents a list of e-mail subscribers to the user. |
ViewFeedsAction |
Allows the user to see all feeds for the current blog. |
ViewFilesAction |
Allows the user to view the files in a specific location - blog images,
blog files and theme files. |
ViewHelpAction |
Finds a particular blog entry via a story name, ready to be displayed. |
ViewHomePageAction |
Finds all blog entries that are to be displayed on the home page. |
ViewLogAction |
Gets the contents of the specified log file. |
ViewLogSummaryAction |
Gets the contents of the specified log file. |
ViewMessagesAction |
Allows the user to see all messages for the current blog. |
ViewMonthAction |
Finds all blog entries for a particular month, ready for them
to be displayed. |
ViewPebblePropertiesAction |
Edits the properties associated with the Pebble instance. |
ViewPluginsAction |
Views the plugins associated with the current blog. |
ViewRefererFiltersAction |
Edits the referer filters associated with the current blog. |
ViewReferersAction |
Gets the referers for the specified time period. |
ViewRequestsAction |
Gets the requests for the specified time period. |
ViewRequestsByHourAction |
Gets the a breakdown of the requests for each hour of the day. |
ViewRequestsByTypeAction |
Gets the statistics for the specified time period. |
ViewResponsesAction |
Allows the user to view all recently added responses. |
ViewStaticPageAction |
Finds a particular blog entry via a story name, ready to be displayed. |
ViewStaticPagesAction |
Allows the user to view the static pages associated with the
current blog. |
ViewTagAction |
Allows the user to see blog entries for the specified tag. |
ViewTagsAction |
Allows the user to see all tags for the current blog. |
ViewUnpublishedBlogEntriesAction |
Allows the user to view the unpublised blog entries associated with the
current blog. |
ViewUserAction |
Displays information about a single user. |
ViewUserAgentsAction |
Gets the user agent information for the specified time period. |
ViewUsersAction |
Displays a list of all users. |
ZipDirectoryAction |
Allows the user to export a directory as a ZIP file. |