Uses of Class
net.sourceforge.pebble.web.action.Action

Packages that use Action
net.sourceforge.pebble.web.action   
 

Uses of Action in net.sourceforge.pebble.web.action
 

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

Methods in net.sourceforge.pebble.web.action that return Action
 Action ActionFactory.getAction(java.lang.String name)
          Given the name/type of request, this method returns the Action instance appropriate to process the request.
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.