Uses of Class
com.atlassian.confluence.core.ConfluenceActionSupport
Package
Description
The 'fixonly' package is for functionality that is intended only to allow 'emergency' fixes to a Confluence install.
This package groups the breadcrumb logic:
All breadcrumbs for global admin and other general purpose,
Breadcrumb generation and interfaces,
Pre-5.0 breadcrumbs for Spaces.
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.about
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.accessmode.actions
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Perform the update of a Confluence license.class
class
class
class
class
Configure mobile apps actionclass
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
class
class
class
class
class
Deprecated.since 7.9 because Confluence now has multiple index queues.class
View and update the license key for this Confluence installationclass
Action for the View System Classpath pageclass
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.debug
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.languages
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.lookandfeel
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.macros
Modifier and TypeClassDescriptionclass
Action for adding a user macroclass
Action for removing a user macroclass
Action for updating a user macroclass
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
Modifier and TypeClassDescriptionclass
class
class
This action is to test if the connection to a mail server is successful.class
class
class
getMailQueue() returns an ErrorQueuedTaskQueue.class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.tasks
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.trust
Modifier and TypeClassDescriptionclass
Base class for all the trusted application actions.class
An action to edit a trusted application recordclass
An action to list the trusted applications.class
An action to list the trusted applications. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.admin.actions.upgrade
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.api.model.validation
Modifier and TypeMethodDescriptionvoid
ApiBackedActionHelper.addValidationErrors
(ConfluenceActionSupport action) -
Uses of ConfluenceActionSupport in com.atlassian.confluence.content.render.xhtml
Modifier and TypeMethodDescriptionDefaultFormatConverter.validateAndConvertToStorageFormat
(ConfluenceActionSupport action, String wysiwygContent, com.atlassian.renderer.RenderContext renderContext) 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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
class
Used for rendering Confluence's color stylesheet, using either the global or space color scheme.class
This action will retrieve the customer stylesheet for a space or if not applicable the global style.class
Action to handle 405 error - Method Not Allowed.class
Simply sets 404 status and returns 404 page to the user.class
class
Used for rendering theme stylesheets which are Velocity templates.class
Global result for an xsrf token timeout.Modifier and TypeMethodDescriptionvoid
ServiceBackedActionHelper.addValidationErrors
(ConfluenceActionSupport action) -
Uses of ConfluenceActionSupport in com.atlassian.confluence.core.service
Modifier and TypeMethodDescriptionCommandActionHelper.execute
(ConfluenceActionSupport action) void
CommandActionHelper.validate
(ConfluenceActionSupport action) -
Uses of ConfluenceActionSupport in com.atlassian.confluence.dashboard.actions
Modifier and TypeClassDescriptionclass
class
class
class
Deprecated.since 5.9. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.diff.actions
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.fixonly.actions
Modifier and TypeClassDescriptionclass
Permits unauthenticated updates to the Confluence license if there are upgrade problems with the instance. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.httpmethod
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.impl.admin.actions
Modifier and TypeClassDescriptionclass
AbstractViewIndexQueueAction<T extends IndexTask>
Base class for actions that view index queuesclass
This action allows administrators to configure monitoring settings (App Monitoring and JMX) across the clusterclass
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
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.impl.pages.actions
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Base class for actions that flush index queuesclass
Finds all the attachments on the selected page that match the provided filetype(s).class
Deprecated.since 5.2.class
class
Flushes the changes index queueclass
Flushes the content index queueclass
Deprecated.since 7.9 because Confluence now has multiple index queues.class
class
Responsible for reporting on the progress of a reindex operation on the "Search Indexes" triggered from the content indexing administration UI.class
class
Deprecated.since 5.9 -
Uses of ConfluenceActionSupport in com.atlassian.confluence.impl.sitemesh
Modifier and TypeClassDescriptionclass
class
An Action object to render a decorator in context of a space, with some webInterface context.Modifier and TypeMethodDescriptionstatic ConfluenceActionSupport
DecoratorActionFactory.createAction
(@Nullable WebInterfaceContext webInterfaceContext, @Nullable Space space) -
Uses of ConfluenceActionSupport in com.atlassian.confluence.importexport.actions
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.labels.actions
Modifier and TypeClassDescriptionfinal class
Makes a page or blogpost the favourite of the specified user.final class
Makes a page or blogpost the favourite of the specified user.class
class
class
class
class
class
class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.macro.browser.actions
Modifier and TypeClassDescriptionclass
Creates a Map containing a list of categories and a list of macros.final class
Creates a Map containing the details of an specific Macro. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.mail.notification.actions
Modifier and TypeClassDescriptionclass
class
Returns a list of the people watching a page as two lists: one for space watchers, one for page watchers.class
class
class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.pages.actions
Modifier and TypeClassDescriptionclass
class
CommandAction-implementing class that delegates to a CommandActionHelper.class
class
Functions shared between creating pages and blog posts.class
class
class
class
Parent class for actions which operate on AbstractPages (pages or blog posts).class
class
class
class
An abstract action for actions that use page templates.class
class
class
class
class
class
Simple Action to retrieve the details of aContentEntityObject
's image attachments.class
Upload attachments via a multipart request.class
Returns the breadcrumb of a page via JSON.class
class
class
class
class
class
An action that performs relevant authorisation checks when trying to enter the 'add page' screen.class
class
class
class
This action will present the specified space as a tree view of all its pages.class
class
class
class
class
class
class
TheHeartbeatAction
provides methods used by the client side editor to detect concurrent changes to a single CEO.class
class
class
class
class
class
Move a blog post to a new space.class
Move a page and its children to a new location in the system.class
An action for suppling panels in the MovePageDialog as they are required.final class
class
class
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
class
class
class
class
class
class
class
class
class
class
class
An action for supplying panels for the re-order page of the MovePageDialog.class
class
class
class
class
Removes page position information from the children of the provided page, effectively reverting their order to alphabetical.class
Sets the order of a page's children to the order specified by the provided child IDs.class
Called for a existing Page via AJAX, sets newContentPermission
s for the Page, overwriting any existing ones.class
class
Action that the TinyUrlServlet redirects to, as we want to do (testable) things with permissions and page availability.class
class
class
class
class
class
class
class
class
Convert between XHtml and wiki markup. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.editorloader
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.labels.actions
Modifier and TypeClassDescriptionclass
A nice abstract class for actions which display label/s on a global AND per space basis.class
A clone ofAbstractUserProfileAction
from confluence-core, with the core-onlyFollowManagerInternal
field removed.final class
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
class
class
class
Removes labels from the page or blog post.class
Action for viewing a label.class
Cloned fromcom.atlassian.confluence.user.actions.ViewMyLabelsAction
in confluence-core -
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.like.actions
Modifier and TypeClassDescriptionclass
Likes content, usually called from an email where a RESTful response just won't do.class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.lookandfeel
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.macros.dashboard
Modifier and TypeMethodDescriptionprotected ConfluenceActionSupport
SpaceDetailsMacro.getWiredConfluenceActionSupport()
Deprecated. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.maintenance.actions
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.schedule.admin.action
Modifier and TypeClassDescriptionclass
class
Updates a schedule for a particular job.class
Updates a schedule for a particular simple job.class
Returns the future schedules as a JSON response.class
Implements simple actions for a job - enable/disable/run.class
class
Gets the job history for a specific job. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.spacedirectory
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.spaces
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.templates.actions
Modifier and TypeClassDescriptionclass
class
class
class
class
Handles the editing of aPageTemplate
description.class
This subclass is needed so that listglobaltemplates in the admin console is covered by websudoclass
class
class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.plugins.viewsource
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.renderer.actions
Modifier and TypeClassDescriptionclass
Action used for rendering content, specifically for PREVIEW -
Uses of ConfluenceActionSupport in com.atlassian.confluence.renderer.radeox.macros
Modifier and TypeMethodDescriptionstatic ConfluenceActionSupport
MacroUtils.newConfluenceActionSupport()
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.rss.actions
Modifier and TypeClassDescriptionclass
Generates a feed of the people who are being followed by a specified user. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.security.actions
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.security.websudo
Modifier and TypeClassDescriptionclass
Used to authenticate a web sudo session.class
Used to authenticate a web sudo session. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.setup.actions
Modifier and TypeClassDescriptionclass
This class is used for handling confluence license.class
class
This action communicates with BootstrapManager.class
class
class
Changed subclassing as of version 7.11 to remove select bundles from setup processclass
class
class
A simple action, the goal of which is to redirect the user to the correct setup stepclass
class
class
SetupDataAction: Sets up data within Confluence behind the scenes, i.e.class
class
Tests the database connection given a datasource.class
class
This action allows user to select database type.class
class
class
class
class
Tests the database connection with the JDBC settings.class
class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.spaces.actions
Modifier and TypeClassDescriptionclass
class
class
class
class
class
labels are added to the Space's SpaceDescription objectclass
class
class
class
class
class
class
Deprecated.Since 5.3 - use the new rest APIs from the Create Content pluginSpaceBlueprintResource
class
class
class
class
class
This action can be used to import a bunch of text files as pages.class
class
class
class
class
final class
DummyAction
object with a space, only used for rendering decorators.class
class
class
class
class
class
class
class
class
class
extend super class so we can set cookieclass
class
class
Modifier and TypeMethodDescriptionSpaceToolsTabsHelper.getNavigation
(ConfluenceActionSupport action) SpaceToolsTabsHelper.getNavigation
(ConfluenceActionSupport action, String selectedWebItem) -
Uses of ConfluenceActionSupport in com.atlassian.confluence.themes
ModifierConstructorDescriptionAttachmentHelper
(ConfluenceActionSupport action, Attachment attachment) GlobalHelper
(ConfluenceActionSupport action) -
Uses of ConfluenceActionSupport in com.atlassian.confluence.tinymceplugin.actions
Modifier and TypeClassDescriptionclass
An action for supplying a help link based on the given properties. -
Uses of ConfluenceActionSupport in com.atlassian.confluence.user.actions
Modifier and TypeClassDescriptionclass
AbstractEntityPaginationAction<T extends com.atlassian.user.Entity>
class
class
class
Searches for users using theCrowdService
andQuery
class
class
class
Simple action for redirecting to after logging in via the ajax authentication handler.class
final class
Searches for people that are unsynced in Confluence using thePersonService
.class
class
class
class
class
Administrative action to disable a userclass
Action for removing current and historical profile pictures uploaded by a userclass
This class is used by the doeditsettings actionclass
class
Used to edit the logged in user's preferences (homepage, timezone, and language)class
class
Handles the viewing and editing of a user's Editor settings.class
class
final class
Accepts potential users and/or group names with an optional entity type and returns the entities found.class
class
class
class
class
class
class
class
Action for removing an unsynced user: a user whose account has been disconnected from an external directory, i.e.class
Action for removing a user.class
class
class
class
class
A form where new users may create accounts for themselves, given a valid token.class
class
class
class
Renders the user popup boxes that appear when you hover over a user link.class
Action used by the follow tabclass
class
class
class
class
class
Allow a user to view there personal labels.class
class
Action to view the logged in user's preferences (homepage, timezone, and language).class
class
Used by the activity tabclass
class
-
Uses of ConfluenceActionSupport in com.atlassian.confluence.util.breadcrumbs
Modifier and TypeFieldDescriptionprotected ConfluenceActionSupport
AbstractActionBreadcrumb.action
Modifier and TypeMethodDescriptionBreadcrumbGenerator.getContentActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label) Returns an appropriate breadcrumb for the given action, space, page and label.DefaultBreadcrumbGenerator.getContentActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label) BreadcrumbGenerator.getContentDetailActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page) Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.DefaultBreadcrumbGenerator.getContentDetailActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page) BreadcrumbGenerator.getFilteredBreadcrumbTrail
(ConfluenceActionSupport action, javax.servlet.http.HttpServletRequest request) Returns the breadcrumb trail after filtering.DefaultBreadcrumbGenerator.getFilteredBreadcrumbTrail
(ConfluenceActionSupport action, javax.servlet.http.HttpServletRequest request) BreadcrumbGenerator.getSpaceAdminBreadcrumb
(ConfluenceActionSupport action, Space space) Returns the breadcrumb for a space admin action in a space.DefaultBreadcrumbGenerator.getSpaceAdminBreadcrumb
(ConfluenceActionSupport action, Space space) ModifierConstructorDescriptionprotected
protected
AbstractSpaceActionBreadcrumb
(ConfluenceActionSupport action, Space space) ContentActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb) GroupAdminActionBreadcrumb
(ConfluenceActionSupport action, com.atlassian.user.Group group) LabelBreadcrumb
(ConfluenceActionSupport action, DisplayableLabel label, Space space) Label crumbs are sequenced a little differently than normal (whereContentActionBreadcrumb
s typically come last).PageTemplatesActionBreadcrumb
(ConfluenceActionSupport action, Space space) SpaceAdminActionBreadcrumb
(ConfluenceActionSupport action, Space space) UserAdminActionBreadcrumb
(ConfluenceActionSupport action, com.atlassian.user.User user) -
Uses of ConfluenceActionSupport in com.atlassian.confluence.xss
Modifier and TypeClassDescriptionclass
Action that statically renders the specified Velocity template viaVelocityHelperService.getRenderedTemplate(String, java.util.Map)
class
Simple SUCCESS returning action with associated template path and exploit string to be used for Anti-XSS setting testing.