Uses of Interface
com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
Packages that use WebInterfaceContext
Package
Description
-
Uses of WebInterfaceContext in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return WebInterfaceContext -
Uses of WebInterfaceContext in com.atlassian.confluence.core.actions
Methods in com.atlassian.confluence.core.actions with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionRedirectActionHelper.getRedirectUrlAndUpdateCookies(String cookieName, String webItemLocation, WebInterfaceContext context) -
Uses of WebInterfaceContext in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions that return WebInterfaceContextModifier and TypeMethodDescriptionSearchSiteAction.getWebInterfaceContext(SearchResult result) Deprecated. -
Uses of WebInterfaceContext in com.atlassian.confluence.impl.sitemesh
Methods in com.atlassian.confluence.impl.sitemesh that return WebInterfaceContextModifier and TypeMethodDescriptionDecoratorAction.getWebInterfaceContext()SpaceDecoratorAction.getWebInterfaceContext()Methods in com.atlassian.confluence.impl.sitemesh with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionstatic ConfluenceActionSupportDecoratorActionFactory.createAction(@Nullable WebInterfaceContext webInterfaceContext, @Nullable Space space) Constructors in com.atlassian.confluence.impl.sitemesh with parameters of type WebInterfaceContext -
Uses of WebInterfaceContext in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return WebInterfaceContextModifier and TypeMethodDescriptionstatic WebInterfaceContextAddCommentAction.createWebInterfaceContextWithComment(WebInterfaceContext context, Comment comment) AbstractCreateAndEditPageAction.getWebInterfaceContext()AbstractPageAction.getWebInterfaceContext()AddCommentAction.getWebInterfaceContext(Comment comment) EditCommentAction.getWebInterfaceContext(Comment comment) MoveAttachmentAction.getWebInterfaceContext()ViewPageAction.getWebInterfaceContext()ViewPageAction.getWebInterfaceContext(Comment comment) ViewPageAttachmentsAction.getWebInterfaceContext(WebInterfaceContext context, Attachment attachment) Methods in com.atlassian.confluence.pages.actions with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionstatic WebInterfaceContextAddCommentAction.createWebInterfaceContextWithComment(WebInterfaceContext context, Comment comment) ViewPageAttachmentsAction.getWebInterfaceContext(WebInterfaceContext context, Attachment attachment) -
Uses of WebInterfaceContext in com.atlassian.confluence.plugin.descriptor.web
Classes in com.atlassian.confluence.plugin.descriptor.web that implement WebInterfaceContextModifier and TypeClassDescriptionclassImplementation which stores everything in a map for easy conversion and copying, if not type safety.Methods in com.atlassian.confluence.plugin.descriptor.web that return WebInterfaceContextModifier and TypeMethodDescriptionWebInterface.getWebInterfaceContext()Returns a context which can be passed to web items when rendering them.Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionstatic DefaultWebInterfaceContextDefaultWebInterfaceContext.copyOf(WebInterfaceContext webInterfaceContext) DefaultWebInterfaceContext.putAllMissing(WebInterfaceContext source) Put all missing parameters from source into current web interface context -
Uses of WebInterfaceContext in com.atlassian.confluence.plugin.descriptor.web.conditions
Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionprotected ObjectAttachmentPermissionCondition.getPermissionTarget(WebInterfaceContext context) protected abstract ObjectBasePermissionCondition.getPermissionTarget(WebInterfaceContext context) protected ObjectCommentPermissionCondition.getPermissionTarget(WebInterfaceContext context) protected ObjectPagePermissionCondition.getPermissionTarget(WebInterfaceContext context) protected ObjectSpacePermissionCondition.getPermissionTarget(WebInterfaceContext context) protected booleanActiveThemeCondition.shouldDisplay(WebInterfaceContext context) protected abstract booleanBaseConfluenceCondition.shouldDisplay(WebInterfaceContext context) booleanBasePermissionCondition.shouldDisplay(WebInterfaceContext context) protected booleanBuildNumberCondition.shouldDisplay(WebInterfaceContext context) booleanCanClusterCondition.shouldDisplay(WebInterfaceContext context) booleanCanEditSpaceStylesCondition.shouldDisplay(WebInterfaceContext context) protected booleanCanInviteUserCondition.shouldDisplay(WebInterfaceContext context) booleanConfluenceAdministratorCondition.shouldDisplay(WebInterfaceContext context) protected booleanContentHasAnyPermissionsSetCondition.shouldDisplay(WebInterfaceContext context) protected booleanContentHasExplicitPermissionsSetCondition.shouldDisplay(WebInterfaceContext context) protected booleanContentHasExplicitViewPermissionsSetCondition.shouldDisplay(WebInterfaceContext context) protected booleanContentHasInheritedPermissionsSetCondition.shouldDisplay(WebInterfaceContext context) booleanCreateContentCondition.shouldDisplay(WebInterfaceContext context) booleanCreatePageOrBlogpostCondition.shouldDisplay(WebInterfaceContext context) protected final booleanDraftStatusLozengeCondition.shouldDisplay(WebInterfaceContext webInterfaceContext) protected booleanEmailAddressPublicCondition.shouldDisplay(WebInterfaceContext context) booleanFavouritePageCondition.shouldDisplay(WebInterfaceContext context) booleanFavouriteSpaceCondition.shouldDisplay(WebInterfaceContext context) protected booleanHasAttachmentCondition.shouldDisplay(WebInterfaceContext webInterfaceContext) booleanHasBlogPostCondition.shouldDisplay(WebInterfaceContext context) booleanHasLabelCondition.shouldDisplay(WebInterfaceContext context) booleanHasPageCondition.shouldDisplay(WebInterfaceContext context) booleanHasSpaceCondition.shouldDisplay(WebInterfaceContext context) protected booleanHasTemplateCondition.shouldDisplay(WebInterfaceContext context) booleanIsNotHomePageCondition.shouldDisplay(WebInterfaceContext context) protected booleanLatestVersionCondition.shouldDisplay(WebInterfaceContext context) protected booleanLicenseAllowsDataCenterFeaturesCondition.shouldDisplay(WebInterfaceContext context) booleanNotPersonalSpaceCondition.shouldDisplay(WebInterfaceContext context) booleanPagePermissionCondition.shouldDisplay(WebInterfaceContext context) booleanPeopleDirectoryEnabledCondition.shouldDisplay(WebInterfaceContext context) booleanPrintableVersionCondition.shouldDisplay(WebInterfaceContext context) protected booleanReadWriteAccessModeCondition.shouldDisplay(WebInterfaceContext context) booleanShowingPageAttachmentsCondition.shouldDisplay(WebInterfaceContext context) booleanSpaceFunctionPermissionCondition.shouldDisplay(WebInterfaceContext context) protected booleanSpaceSidebarCondition.shouldDisplay(WebInterfaceContext context) booleanSystemAdministratorCondition.shouldDisplay(WebInterfaceContext context) protected booleanThreadedCommentsCondition.shouldDisplay(WebInterfaceContext context) booleanTinyUrlSupportedCondition.shouldDisplay(WebInterfaceContext context) booleanViewingContentCondition.shouldDisplay(WebInterfaceContext context) booleanViewingOwnProfileCondition.shouldDisplay(WebInterfaceContext context) protected booleanWritableDirectoryExistsCondition.shouldDisplay(WebInterfaceContext context) -
Uses of WebInterfaceContext in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Methods in com.atlassian.confluence.plugin.descriptor.web.conditions.user with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionprotected ObjectHasViewProfilePermission.getPermissionTarget(WebInterfaceContext context) booleanCanAddUsersCondition.shouldDisplay(WebInterfaceContext context) booleanCanSignupCondition.shouldDisplay(WebInterfaceContext context) protected booleanFollowingTargetUserCondition.shouldDisplay(WebInterfaceContext context) protected booleanRemoteUserCanUseConfluenceCondition.shouldDisplay(WebInterfaceContext context) protected booleanRemoteUserHasLicensedAccessCondition.shouldDisplay(WebInterfaceContext context) booleanTargetUserCanUseConfluenceCondition.shouldDisplay(WebInterfaceContext context) booleanTargetUserHasPersonalBlogCondition.shouldDisplay(WebInterfaceContext context) booleanTargetUserHasPersonalSpaceCondition.shouldDisplay(WebInterfaceContext context) booleanTargetUserIsValidUserCondition.shouldDisplay(WebInterfaceContext context) protected final booleanUnpublishedStatusLozengeCondition.shouldDisplay(WebInterfaceContext webInterfaceContext) protected booleanUserCanCreatePersonalSpaceCondition.shouldDisplay(WebInterfaceContext context) booleanUserFavouritingTargetUserPersonalSpaceCondition.shouldDisplay(WebInterfaceContext context) booleanUserHasPersonalBlogCondition.shouldDisplay(WebInterfaceContext context) booleanUserHasPersonalSpaceCondition.shouldDisplay(WebInterfaceContext context) booleanUserLoggedInCondition.shouldDisplay(WebInterfaceContext context) booleanUserLoggedInEditableCondition.shouldDisplay(WebInterfaceContext context) booleanUserWatchingPageCondition.shouldDisplay(WebInterfaceContext context) booleanUserWatchingSpaceCondition.shouldDisplay(WebInterfaceContext context) booleanUserWatchingSpaceForContentTypeCondition.shouldDisplay(WebInterfaceContext context) -
Uses of WebInterfaceContext in com.atlassian.confluence.plugin.descriptor.web.model
Methods in com.atlassian.confluence.plugin.descriptor.web.model with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionConfluenceWebLabel.getDisplayableLabel(jakarta.servlet.http.HttpServletRequest req, WebInterfaceContext context) ConfluenceWebLink.getDisplayableUrl(jakarta.servlet.http.HttpServletRequest req, WebInterfaceContext context) Renders this web link in the given context.ConfluenceWebLink.getRenderedUrl(WebInterfaceContext context) Renders this web link in the given context. -
Uses of WebInterfaceContext in com.atlassian.confluence.plugins.dashboard
Methods in com.atlassian.confluence.plugins.dashboard with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionbooleanCreateContentCondition.shouldDisplay(WebInterfaceContext context) Deprecated. -
Uses of WebInterfaceContext in com.atlassian.confluence.plugins.keyboardshortcuts.conditions
Methods in com.atlassian.confluence.plugins.keyboardshortcuts.conditions with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionbooleanUseKeyboardShortcutsCondition.shouldDisplay(WebInterfaceContext context) -
Uses of WebInterfaceContext in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return WebInterfaceContextModifier and TypeMethodDescriptionAbstractUserProfileAction.getWebInterfaceContext()ViewLabelAction.getWebInterfaceContext() -
Uses of WebInterfaceContext in com.atlassian.confluence.plugins.templates.actions
Methods in com.atlassian.confluence.plugins.templates.actions that return WebInterfaceContext -
Uses of WebInterfaceContext in com.atlassian.confluence.tinymceplugin.conditions
Methods in com.atlassian.confluence.tinymceplugin.conditions with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionbooleanCreatePageCondition.shouldDisplay(WebInterfaceContext context) booleanEditOrCreateBlogCondition.shouldDisplay(WebInterfaceContext context) booleanEditOrCreatePageCondition.shouldDisplay(WebInterfaceContext context) booleanEditOrCreateTemplateCondition.shouldDisplay(WebInterfaceContext context) booleanHasSetPagePermissionsCondition.shouldDisplay(WebInterfaceContext context) booleanIsEditorPageRestrictedCondition.shouldDisplay(WebInterfaceContext context) Deprecated. -
Uses of WebInterfaceContext in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionprotected booleanDarkFeatureEnabledCondition.shouldDisplay(WebInterfaceContext context) -
Uses of WebInterfaceContext in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return WebInterfaceContext -
Uses of WebInterfaceContext in com.atlassian.confluence.web
Methods in com.atlassian.confluence.web with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionprotected List<? extends com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor> ConfluenceWebMenuManager.getLeadingItems(String menuKey, WebInterfaceContext context) Returns items to be displayed at the top of the menu.ConfluenceWebMenuManager.getMenu(String id, String menuKey, WebInterfaceContext context) ConfluenceWebMenuManager.getMenu(String id, Collection<String> menuKeys, WebInterfaceContext context) WebMenuManager.getMenu(String id, String menuKey, WebInterfaceContext context) Builds and returns aWebMenufor display with the given properties and context.WebMenuManager.getMenu(String id, Collection<String> menuKeys, WebInterfaceContext context) Builds and returns aWebMenufor display with the given properties and context.default WebMenuWebMenuManager.getMenu(Collection<String> menuKeys, WebInterfaceContext context) Builds and returns aWebMenufor display with the given properties and context.protected List<? extends com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor> ConfluenceWebMenuManager.getSectionItems(String menuKey, String sectionKey, WebInterfaceContext context) Returns the items for a given section in the menu.protected List<? extends com.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor> ConfluenceWebMenuManager.getSections(String menuKey, WebInterfaceContext context) Returns sections to be displayed in the menu.protected List<com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor> ConfluenceWebMenuManager.getTrailingItems(String menuKey, WebInterfaceContext context) Returns items to be displayed at the bottom of the menu. -
Uses of WebInterfaceContext in com.atlassian.confluence.web.service
Methods in com.atlassian.confluence.web.service that return WebInterfaceContextModifier and TypeMethodDescriptionWebContextFactory.createWebInterfaceContext(ContentEntityObject content) WebContextFactory.createWebInterfaceContext(ContentEntityObject content, Map<String, Object> additionalContext) WebContextFactory.createWebInterfaceContext(Long contentId) WebContextFactory.createWebInterfaceContext(Long id, Map<String, Object> additionalContext) WebContextFactoryImpl.createWebInterfaceContext(ContentEntityObject content) WebContextFactoryImpl.createWebInterfaceContext(ContentEntityObject content, Map<String, Object> additionalContext) WebContextFactoryImpl.createWebInterfaceContext(Long contentId) WebContextFactoryImpl.createWebInterfaceContext(Long contentId, Map<String, Object> additionalContext) WebContextFactory.createWebInterfaceContextForSpace(Space space) WebContextFactory.createWebInterfaceContextForSpace(String spaceKey) WebContextFactoryImpl.createWebInterfaceContextForSpace(Space space) WebContextFactoryImpl.createWebInterfaceContextForSpace(String spaceKey) Methods in com.atlassian.confluence.web.service with parameters of type WebInterfaceContextModifier and TypeMethodDescriptionWebContextFactory.createTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) WebContextFactoryImpl.createTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) WebContextFactory.createWebItemTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) WebContextFactoryImpl.createWebItemTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) WebContextFactory.createWebPanelTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext) WebContextFactoryImpl.createWebPanelTemplateContext(WebInterfaceContext webInterfaceContext, Map<String, Object> additionalContext)