Uses of Class
com.atlassian.confluence.core.ConfluenceActionSupport
-
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.about
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.about Modifier and Type Class Description class
AboutPageAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.accessmode.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.accessmode.actions Modifier and Type Class Description class
ReadOnlyAccessAction
This action is responsible for returning a JSON string or a Read Only page depending on the request's Accept header or path. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions Modifier and Type Class Description class
AbstractUpdateLicenseAction
Perform the update of a Confluence license.class
AdministrationConsoleAction
class
BrowseShortcutsAction
class
ConfigureCaptchaAction
class
ConfigureDefaultSpaceLogoAction
class
ConfigureMobileAppsAction
Configure mobile apps actionclass
DailyBackupAdminAction
class
FlushCacheAction
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8, use com.atlassian.confluence.cache.rest.CacheManagementResource insteadclass
GeneralConfigurationAction
class
LongRunningTaskMonitorAction
class
RefreshLicensingAction
class
SecurityConfigurationAction
class
SiteDarkFeaturesAction
class
ViewIndexQueueAction
Deprecated.since 7.9 because Confluence now has multiple index queues.class
ViewOrUpdateLicenseAction
View and update the license key for this Confluence installationclass
ViewSystemClasspathAction
Action for the View System Classpath pageclass
ViewSystemInfoAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.debug
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.debug Modifier and Type Class Description class
BrowseCommentsAction
class
EncodingTestAction
class
PluginOsgiExportsAction
class
RebuildAncestorTableAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.languages
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.languages Modifier and Type Class Description class
ConfigureLanguageAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.lookandfeel
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.lookandfeel Modifier and Type Class Description class
AbstractDecoratorAction
class
AbstractLookAndFeelAction
class
AbstractThemeAction
class
ChooseThemeAction
class
ColourPickerAction
class
ColourSchemeAction
class
CustomHtmlAction
class
CustomPageContentAction
class
EditDecoratorAction
class
EditStylesheetAction
class
LookAndFeelAction
class
ViewDefaultDecoratorAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.macros
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.macros Modifier and Type Class Description class
AddUserMacroAction
Action for adding a user macroclass
RemoveUserMacroAction
Action for removing a user macroclass
UpdateUserMacroAction
Action for updating a user macroclass
UserMacroAction
Super class for updating the user macro library and the action for viewing the library -
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.mail
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.mail Modifier and Type Class Description class
CreateMailServerAction
class
EditMailServerAction
class
MailServerTestConnectionAction
This action is to test if the connection to a mail server is successful.class
RemoveMailServerAction
class
SendTestEmailAction
class
ViewMailQueueAction
getMailQueue() returns an ErrorQueuedTaskQueue.class
ViewMailServersAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.tasks
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.tasks Modifier and Type Class Description class
ManageAdminTaskAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.trust
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.trust Modifier and Type Class Description class
AbstractTrustedApplicationAction
Base class for all the trusted application actions.class
EditTrustedApplicationAction
An action to edit a trusted application recordclass
RemoveTrustedApplicationAction
An action to list the trusted applications.class
ViewTrustedApplicationsAction
An action to list the trusted applications. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.upgrade
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.upgrade Modifier and Type Class Description class
ForceUpgradeAction
Forces an upgrade task to run. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.api.model.validation
Methods in com.atlassian.confluence.api.model.validation with parameters of type ConfluenceActionSupport Modifier and Type Method Description void
ApiBackedActionHelper. addValidationErrors(ConfluenceActionSupport action)
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type ConfluenceActionSupport Modifier and Type Method Description String
DefaultFormatConverter. validateAndConvertToStorageFormat(ConfluenceActionSupport action, String wysiwygContent, com.atlassian.renderer.RenderContext renderContext)
String
FormatConverter. validateAndConvertToStorageFormat(ConfluenceActionSupport action, String wysiwygContent, com.atlassian.renderer.RenderContext renderContext)
Validates, and adds any errors to the action. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.content.render.xhtml.migration.macro
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.content.render.xhtml.migration.macro Modifier and Type Class Description class
ContentRemigrationAction
Content migration action displays a count of the number of pages with unmigrated macros and provides access to the MacroMigrationService to migrate them. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.core.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.core.actions Modifier and Type Class Description class
AttachmentNotFoundAction
class
ColorsStylesheetAction
Used for rendering Confluence's color stylesheet, using either the global or space color scheme.class
CustomStylesheetAction
This action will retrieve the customer stylesheet for a space or if not applicable the global style.class
FourOhFiveAction
Action to handle 405 error - Method Not Allowed.class
FourOhFourAction
Simply sets 404 status and returns 404 page to the user.class
IndexAction
class
ThemeColorsStylesheetAction
Used for rendering theme stylesheets which are Velocity templates.class
XsrfTokenExpiredAction
Global result for an xsrf token timeout.Methods in com.atlassian.confluence.core.actions with parameters of type ConfluenceActionSupport Modifier and Type Method Description void
ServiceBackedActionHelper. addValidationErrors(ConfluenceActionSupport action)
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.core.service
Methods in com.atlassian.confluence.core.service with parameters of type ConfluenceActionSupport Modifier and Type Method Description String
CommandActionHelper. execute(ConfluenceActionSupport action)
void
CommandActionHelper. validate(ConfluenceActionSupport action)
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.dashboard.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.dashboard.actions Modifier and Type Class Description class
ConfigureRssFeedAction
class
DashboardAction
class
GlobalRssFeedAction
class
HomepageAction
Deprecated.since 5.9. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.diff.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.diff.actions Modifier and Type Class Description class
ViewDiffOfDraftAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.fixonly.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.fixonly.actions Modifier and Type Class Description class
FixLicenseAction
Permits unauthenticated updates to the Confluence license if there are upgrade problems with the instance. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.httpmethod
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.httpmethod Modifier and Type Class Description class
AllowAllAnnotationAction
class
NoRequireAnnotationAction
class
RequireGetMethodAction
class
RequirePostMethodAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.impl.admin.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.impl.admin.actions Modifier and Type Class Description class
AbstractViewIndexQueueAction<T extends IndexTask>
Base class for actions that view index queuesclass
ConfigureMonitoringAction
This action allows administrators to configure monitoring settings (App Monitoring and JMX) across the clusterclass
MarkAllLogsAction
This action allows users with administrator permissions to write comments directly into the log and also rollover logs (more info on what that means can be found here)class
ViewChangeIndexQueueAction<T extends IndexTask>
Action to support viewing the changes index queueclass
ViewContentIndexQueueAction<T extends IndexTask>
Action to support viewing the content index queue -
Uses of ConfluenceActionSupport in com.atlassian.confluence.impl.logging.admin
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.impl.logging.admin Modifier and Type Class Description class
ConfigureLoggingAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.impl.pages.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.impl.pages.actions Modifier and Type Class Description class
PageDestinationSearchAction
An action that will perform a search in Confluence returning results suitable as targets for moving a page to a new parent. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.impl.search.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.impl.search.actions Modifier and Type Class Description class
AbstractFlushIndexQueueAction
Base class for actions that flush index queuesclass
AttachmentSearchAction
Finds all the attachments on the selected page that match the provided filetype(s).class
ContentNameSearchAction
Deprecated.since 5.2.class
DraftAttachmentSearchAction
class
FlushChangeIndexQueueAction
Flushes the changes index queueclass
FlushContentIndexQueueAction
Flushes the content index queueclass
FlushIndexQueueAction
Deprecated.since 7.9 because Confluence now has multiple index queues.class
OpenSearchDescriptorAction
class
ReindexTaskProgressAction
Responsible for reporting on the progress of a reindex operation on the "Search Indexes" triggered from the content indexing administration UI.class
SearchIndexesAction
class
SearchSiteAction
Deprecated.since 5.9 -
Uses of ConfluenceActionSupport in com.atlassian.confluence.importexport.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.importexport.actions Modifier and Type Class Description class
AbstractBackupRestoreAction
Deprecated.since 7.17.0.class
AbstractFileRestoreAction
Deprecated.since 7.17.0.class
AbstractImportAction
Deprecated.since 7.17.0.class
BackupAction
Deprecated.since 7.17.0.class
ExportSpaceAction
Deprecated.since 7.17.0.class
RestoreAction
Deprecated.since 7.17.0.class
RestoreLocalFileAction
Deprecated.since 7.17.0.class
RestorePageAction
Deprecated.since 7.17.0.class
SetupRestoreAction
Deprecated.since 7.17.0.class
SetupRestoreFileAction
Deprecated.since 7.17.0. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.labels.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.labels.actions Modifier and Type Class Description class
AddFavouriteAction
Makes a page or blogpost the favourite of the specified user.class
AddSpaceToFavouriteAjaxAction
Makes a page or blogpost the favourite of the specified user.class
AddSpaceToFavouritesAction
class
FollowUserAction
class
ListLabelsBySpaceAction
class
RemoveFavouriteAction
class
RemoveSpaceFromFavouriteAjaxAction
class
RemoveSpaceFromFavouritesAction
class
UnFollowUserAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.macro.browser.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.macro.browser.actions Modifier and Type Class Description class
BrowseMacrosAction
Creates a Map containing a list of categories and a list of macros.class
MacroDetailsAction
Creates a Map containing the details of an specific Macro. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.mail.notification.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.mail.notification.actions Modifier and Type Class Description class
AddSpaceNotificationAction
class
ListWatchersAction
Returns a list of the people watching a page as two lists: one for space watchers, one for page watchers.class
ManageWatchersAction
class
PageNotificationAction
class
RemoveSpaceNotificationAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.pages.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.pages.actions Modifier and Type Class Description class
AbstractBlogPostsAction
class
AbstractCommandAction
CommandAction-implementing class that delegates to a CommandActionHelper.class
AbstractCreateAndEditPageAction
class
AbstractCreatePageAction
Functions shared between creating pages and blog posts.class
AbstractDiffPagesAction
class
AbstractEditPageAction
class
AbstractPageAction
class
AbstractPageAwareAction
Parent class for actions which operate on AbstractPages (pages or blog posts).class
AbstractPaginatedListAction<T>
class
AbstractPreviewPageAction
class
AbstractRemoveAttachmentAction
class
AbstractTemplatePageAction
An abstract action for actions that use page templates.class
AbstractViewAttachmentsAction
class
AddCommentAction
class
AddLabelAjaxAction
class
AdvancedSearchTipsAction
class
AlphabeticalListPagesAction
class
AttachedImagesAction
Simple Action to retrieve the details of aContentEntityObject
's image attachments.class
AttachFileAction
Upload attachments via a multipart request.class
BreadcrumbAction
Returns the breadcrumb of a page via JSON.class
BrowseSpaceAction
class
ChildrenAction
class
CopyPageAction
class
CreateBlogPostAction
class
CreatePageAction
class
CreatePageEntryAction
An action that performs relevant authorisation checks when trying to enter the 'add page' screen.class
CreatePageFromTemplateAction
class
DiffPagesAction
class
DiffPagesByVersionAction
class
DirectoryViewListPagesAction
This action will present the specified space as a tree view of all its pages.class
DownloadAllAttachmentsOnPageAction
class
EditBlogPostAction
class
EditCommentAction
class
EditPageAction
class
EmptyTrashAction
class
GetPagePermissionsAction
class
HeartbeatAction
TheHeartbeatAction
provides methods used by the client side editor to detect concurrent changes to a single CEO.class
ListNewOrUpdatedPagesAction
class
ListPagesAction
class
ListPermissionPagesAction
class
ListUndefinedPagesAction
class
MoveAttachmentAction
class
MoveBlogPostAction
Move a blog post to a new space.class
MovePageAction
Move a page and its children to a new location in the system.class
MovePageDialogAction
An action for suppling panels in the MovePageDialog as they are required.class
PageChildrenAction
class
PageInfoAction
class
PageNotFoundAction
Redirect to this action if you ever find yourself in a "page not found" situation, it deals with possible alternative pages, and so on.class
PageNotPermittedAction
class
PageVariablesAction
class
PurgeTrashItemAction
class
RecentBlogPostsAction
class
RemoveAttachedFileAction
class
RemoveAttachedFileVersionAction
class
RemoveCommentAction
class
RemoveHistoricalVersionAction
class
RemoveLabelAjaxAction
class
RemovePageAction
class
RemovePagePermissionAction
class
ReorderPageDialogAction
An action for supplying panels for the re-order page of the MovePageDialog.class
RestoreExistingTrashItemAction
class
RestoreTrashItemAction
class
ResumeDraftAction
class
RevertPageBackToVersionAction
class
RevertPageOrderAction
Removes page position information from the children of the provided page, effectively reverting their order to alphabetical.class
SetPageOrderAction
Sets the order of a page's children to the order specified by the provided child IDs.class
SetPagePermissionsAction
Called for a existing Page via AJAX, sets newContentPermission
s for the Page, overwriting any existing ones.class
SpaceToolsAction
class
TinyUrlAction
Action that the TinyUrlServlet redirects to, as we want to do (testable) things with permissions and page availability.class
ValidateLabelAjaxAction
class
ViewBlogPostsByDateAction
class
ViewChangesSinceLastEditAction
class
ViewChangesSinceLastLoginAction
class
ViewPageAction
class
ViewPageAttachmentsAction
class
ViewPreviousVersionsAction
class
ViewTrashAction
class
WysiwygConverterAction
Convert between XHtml and wiki markup. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.dragdrop
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.dragdrop Modifier and Type Class Description class
UploadAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.editorloader
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.editorloader Modifier and Type Class Description class
EditorAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.labels.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.labels.actions Modifier and Type Class Description class
AbstractLabelDisplayingAction
A nice abstract class for actions which display label/s on a global AND per space basis.class
AbstractUserProfileAction
A clone ofAbstractUserProfileAction
from confluence-core, with the core-onlyFollowManagerInternal
field removed.class
AddLabelAction
Adds a label to a page or blog post Used for JSON requests, a list of the labels added are available under the 'labels' key of the bean.class
AlphabeticalListLabelsAction
class
AutocompleteLabelsAction
class
RankListLabelsAction
class
RemoveLabelAction
Removes labels from the page or blog post.class
ViewLabelAction
Action for viewing a label.class
ViewMyLabelsAction
Cloned fromcom.atlassian.confluence.user.actions.ViewMyLabelsAction
in confluence-core -
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.like.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.like.actions Modifier and Type Class Description class
LikeAction
Likes content, usually called from an email where a RESTful response just won't do.class
NotificationsAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.lookandfeel
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.lookandfeel Modifier and Type Class Description class
EditSiteLogoAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard that return ConfluenceActionSupport Modifier and Type Method Description protected ConfluenceActionSupport
SpaceDetailsMacro. getWiredConfluenceActionSupport()
Deprecated. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.maintenance.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.maintenance.actions Modifier and Type Class Description class
MaintenanceConfigurationAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.monitoring.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.monitoring.actions Modifier and Type Class Description class
LoadConsoleAction
Responsible for loading the console, which is an single page application. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.schedule.admin.action
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.schedule.admin.action Modifier and Type Class Description class
AbstractViewAction
class
ChangeCronJobScheduleAction
Updates a schedule for a particular job.class
ChangeSimpleJobScheduleAction
Updates a schedule for a particular simple job.class
GetFutureSchedulesAction
Returns the future schedules as a JSON response.class
JobAction
Implements simple actions for a job - enable/disable/run.class
ViewScheduledJobsAction
class
ViewScheduledJobsHistoryAction
Gets the job history for a specific job. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.spacedirectory
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.spacedirectory Modifier and Type Class Description class
ViewSpaceDirectoryAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.spaces
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.spaces Modifier and Type Class Description class
SpacesConfigurationAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.templates.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.templates.actions Modifier and Type Class Description class
AbstractEditPageTemplateAction
class
AbstractPageTemplateAction
class
CreatePageTemplateAction
class
EditPageTemplateAction
class
EditPageTemplateDescriptionAction
Handles the editing of aPageTemplate
description.class
ListGlobalTemplatesAction
This subclass is needed so that listglobaltemplates in the admin console is covered by websudoclass
ListPageTemplatesAction
class
RemovePageTemplateAction
class
ViewPageTemplateAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.viewsource
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.plugins.viewsource Modifier and Type Class Description class
ViewSourceAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.renderer.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.renderer.actions Modifier and Type Class Description class
RenderContentAction
Action used for rendering content, specifically for PREVIEW -
Uses of ConfluenceActionSupport in com.atlassian.confluence.rss.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.rss.actions Modifier and Type Class Description class
NetworkFeedAction
Generates a feed of the people who are being followed by a specified user. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.security.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.security.actions Modifier and Type Class Description class
AbstractEditPermissionAction
class
AbstractPermissionsAction
class
EditGlobalPermissionsAction
class
EditSpacePermissionDefaultsAction
class
EditSpacePermissionsAction
class
NotPermittedAction
class
ViewGlobalPermissionsAction
class
ViewSpacePermissionDefaultsAction
class
ViewSpacePermissionsAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.security.websudo
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.security.websudo Modifier and Type Class Description class
AuthenticateAction
Used to authenticate a web sudo session.class
DropAuthenticationAction
Used to authenticate a web sudo session. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.setup.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.setup.actions Modifier and Type Class Description class
AbstractConfluenceLicenseAction
This class is used for handling confluence license.class
AbstractDatabaseCreationAction
class
AbstractSetupAction
This action communicates with BootstrapManager.class
AbstractSetupDatabaseAction
class
AbstractSetupEmailAction
class
ConnectToJiraAction
class
ConnectToJiraSyncDirectoryAction
Synchronises the Jira directory and updates the admin user in the Confluence internal directory with the details of the admin user (with the same username and password) from the Jira directory.class
EvalLicenseAction
Changed subclassing as of version 7.11 to remove select bundles from setup processclass
FinishSetupAction
class
SelectGlobalLocaleAction
class
SelectSetupStepAction
A simple action, the goal of which is to redirect the user to the correct setup stepclass
SetupAdministrator
class
SetupClusterAction
class
SetupDataAction
SetupDataAction: Sets up data within Confluence behind the scenes, i.e.class
SetupDatasourceAction
class
SetupDatasourceTestConnectionAction
Tests the database connection given a datasource.class
SetupDBChoiceAction
class
SetupDBTypeAction
This action allows user to select database type.class
SetupDemoContentAction
class
SetupEmbeddedDatabaseAction
class
SetupLicenseAction
class
SetupPathsAction
class
SetupStandardDatabaseTestConnectionAction
Tests the database connection with the JDBC settings.class
SetupStartAction
class
SetupUserManagementChoiceAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions with parameters of type ConfluenceActionSupport Modifier and Type Method Description SpaceToolsTabsHelper.SpaceToolsTabs
SpaceToolsTabsHelper. getNavigation(ConfluenceActionSupport action)
SpaceToolsTabsHelper.SpaceToolsTabs
SpaceToolsTabsHelper. getNavigation(ConfluenceActionSupport action, String selectedWebItem)
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes that return ConfluenceActionSupport Modifier and Type Method Description ConfluenceActionSupport
GlobalHelper. getAction()
ConfluenceActionSupport
ThemeHelper. getAction()
Constructors in com.atlassian.confluence.themes with parameters of type ConfluenceActionSupport Constructor Description AttachmentHelper(ConfluenceActionSupport action, Attachment attachment)
GlobalHelper(ConfluenceActionSupport action)
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.tinymceplugin.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.tinymceplugin.actions Modifier and Type Class Description class
HelpLinkAction
An action for supplying a help link based on the given properties. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.user.actions
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.user.actions Modifier and Type Class Description class
AbstractEntityPaginationAction<T extends com.atlassian.user.Entity>
class
AbstractGroupAction
class
AbstractLoginSignupAction
class
AbstractSearchCrowdUsersAction
Searches for users using theCrowdService
andQuery
class
AbstractUserProfileAction
class
AbstractUsersAction
class
AjaxLoginCompleteAction
Simple action for redirecting to after logging in via the ajax authentication handler.class
BrowseGroupsAction
class
BrowseUnsyncedUsersAction
Searches for people that are unsynced in Confluence using thePersonService
.class
BrowseUsersAction
class
ChangeMyPasswordAction
class
ConfirmEmailAction
class
CreateUserAction
class
DeactivateUserAction
Administrative action to disable a userclass
DeleteUserProfilePictureAction
Action for removing current and historical profile pictures uploaded by a userclass
EditEmailSettingsAction
This class is used by the doeditsettings actionclass
EditMyProfileAction
class
EditMySettingsAction
Used to edit the logged in user's preferences (homepage, timezone, and language)class
EditNotificationsAction
class
EditorSettingsAction
Handles the viewing and editing of a user's Editor settings.class
EditUserAction
class
EditUserGroupsAction
class
FindRestrictableEntitiesAction
Accepts potential users and/or group names with an optional entity type and returns the entities found.class
ForgotUserPasswordAction
class
GroupPickerAction
class
HistoryAction
class
LoginAction
class
LogoutAction
class
PeopleDirectoryAction
class
RemoveGroupAction
class
RemoveUnsyncedUserAction
Action for removing an unsynced user: a user whose account has been disconnected from an external directory, i.e.class
RemoveUserAction
Action for removing a user.class
ResetFailedLoginCountAction
class
ResetUserPasswordAction
class
SearchUsersAction
class
SetUserPasswordAction
class
SignUpAction
A form where new users may create accounts for themselves, given a valid token.class
SiteSupportAction
class
UserDarkFeaturesAction
class
UserPickerAction
class
UserPopupAction
Renders the user popup boxes that appear when you hover over a user link.class
ViewFollowAction
Action used by the follow tabclass
ViewFollowersAction
class
ViewFollowingAction
class
ViewMembersOfGroupAction
class
ViewMyDraftsAction
class
ViewMyEmailSettingsAction
class
ViewMyFavouritesAction
Allow a user to view there personal labels.class
ViewMyProfileAction
class
ViewMySettingsAction
Action to view the logged in user's preferences (homepage, timezone, and language).class
ViewUserAction
class
ViewUserActivityAction
Used by the activity tabclass
ViewUserHistoryAction
class
ViewUserProfileAction
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return ConfluenceActionSupport Modifier and Type Method Description static ConfluenceActionSupport
GeneralUtil. newWiredConfluenceActionSupport()
Deprecated.since 8.0 no replacementstatic ConfluenceActionSupport
GeneralUtil. newWiredConfluenceActionSupport(@Nullable Space space)
Deprecated.since 8.0 no replacement -
Uses of ConfluenceActionSupport in com.atlassian.confluence.util.breadcrumbs
Fields in com.atlassian.confluence.util.breadcrumbs declared as ConfluenceActionSupport Modifier and Type Field Description protected ConfluenceActionSupport
AbstractActionBreadcrumb. action
Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type ConfluenceActionSupport Modifier and Type Method Description List<Breadcrumb>
BreadcrumbGenerator. getFilteredBreadcrumbTrail(ConfluenceActionSupport action, javax.servlet.http.HttpServletRequest request)
Returns the breadcrumb trail after filtering.List<Breadcrumb>
DefaultBreadcrumbGenerator. getFilteredBreadcrumbTrail(ConfluenceActionSupport action, javax.servlet.http.HttpServletRequest request)
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.warming
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.warming Modifier and Type Class Description class
WarmInstanceAction
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6 -
Uses of ConfluenceActionSupport in com.atlassian.confluence.xss
Subclasses of ConfluenceActionSupport in com.atlassian.confluence.xss Modifier and Type Class Description class
StaticRenderingAction
Action that statically renders the specified Velocity template viaVelocityHelperService.getRenderedTemplate(String, java.util.Map)
class
VelocityResultAction
Simple SUCCESS returning action with associated template path and exploit string to be used for Anti-XSS setting testing.
-