Uses of Interface
com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext
-
-
Uses of WebInterfaceContext in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return WebInterfaceContext Modifier and Type Method Description WebInterfaceContextConfluenceActionSupport. getWebInterfaceContext() -
Uses of WebInterfaceContext in com.atlassian.confluence.core.actions
Methods in com.atlassian.confluence.core.actions with parameters of type WebInterfaceContext Modifier and Type Method Description StringRedirectActionHelper. 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 WebInterfaceContext Modifier and Type Method Description WebInterfaceContextSearchSiteAction. getWebInterfaceContext(SearchResult result)Deprecated. -
Uses of WebInterfaceContext in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return WebInterfaceContext Modifier and Type Method Description static WebInterfaceContextAddCommentAction. createWebInterfaceContextWithComment(WebInterfaceContext context, Comment comment)WebInterfaceContextAbstractCreateAndEditPageAction. getWebInterfaceContext()WebInterfaceContextAbstractPageAction. getWebInterfaceContext()WebInterfaceContextAddCommentAction. getWebInterfaceContext(Comment comment)WebInterfaceContextEditCommentAction. getWebInterfaceContext(Comment comment)WebInterfaceContextMoveAttachmentAction. getWebInterfaceContext()WebInterfaceContextViewPageAction. getWebInterfaceContext()WebInterfaceContextViewPageAction. getWebInterfaceContext(Comment comment)WebInterfaceContextViewPageAttachmentsAction. getWebInterfaceContext(WebInterfaceContext context, Attachment attachment)Methods in com.atlassian.confluence.pages.actions with parameters of type WebInterfaceContext Modifier and Type Method Description static WebInterfaceContextAddCommentAction. createWebInterfaceContextWithComment(WebInterfaceContext context, Comment comment)WebInterfaceContextViewPageAttachmentsAction. 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 WebInterfaceContext Modifier and Type Class Description classDefaultWebInterfaceContextImplementation 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 WebInterfaceContext Modifier and Type Method Description WebInterfaceContextWebInterface. 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 WebInterfaceContext Modifier and Type Method Description static DefaultWebInterfaceContextDefaultWebInterfaceContext. copyOf(WebInterfaceContext webInterfaceContext)Creates a newDefaultWebInterfaceContextwith a copy of the data from another context.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor>ConfluenceWebInterfaceManager. getDisplayableItems(String key, WebInterfaceContext context)List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor>ConfluenceWebInterfaceManager. getDisplayableSections(String key, WebInterfaceContext context)DefaultWebInterfaceContextDefaultWebInterfaceContext. 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 WebInterfaceContext Modifier and Type Method Description protected 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 booleanDraftStatusLozengeCondition. shouldDisplay(WebInterfaceContext webInterfaceContext)protected booleanEmailAddressPublicCondition. shouldDisplay(WebInterfaceContext context)booleanFavouritePageCondition. shouldDisplay(WebInterfaceContext context)booleanFavouriteSpaceCondition. shouldDisplay(WebInterfaceContext context)protected booleanFileSystemAttachmentStorageCondition. 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)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 WebInterfaceContext Modifier and Type Method Description protected 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 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 WebInterfaceContext Modifier and Type Method Description StringConfluenceWebLabel. getDisplayableLabel(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)StringConfluenceWebLink. getDisplayableUrl(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)Renders this web link in the given context.StringConfluenceWebLink. 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 WebInterfaceContext Modifier and Type Method Description booleanCreateContentCondition. 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 WebInterfaceContext Modifier and Type Method Description booleanUseKeyboardShortcutsCondition. shouldDisplay(WebInterfaceContext context) -
Uses of WebInterfaceContext in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return WebInterfaceContext Modifier and Type Method Description WebInterfaceContextAbstractUserProfileAction. getWebInterfaceContext()WebInterfaceContextViewLabelAction. getWebInterfaceContext() -
Uses of WebInterfaceContext in com.atlassian.confluence.plugins.templates.actions
Methods in com.atlassian.confluence.plugins.templates.actions that return WebInterfaceContext Modifier and Type Method Description WebInterfaceContextAbstractPageTemplateAction. getWebInterfaceContext() -
Uses of WebInterfaceContext in com.atlassian.confluence.tinymceplugin.conditions
Methods in com.atlassian.confluence.tinymceplugin.conditions with parameters of type WebInterfaceContext Modifier and Type Method Description booleanCreatePageCondition. 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 WebInterfaceContext Modifier and Type Method Description protected booleanDarkFeatureEnabledCondition. shouldDisplay(WebInterfaceContext context) -
Uses of WebInterfaceContext in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return WebInterfaceContext Modifier and Type Method Description WebInterfaceContextAbstractUserProfileAction. getWebInterfaceContext() -
Uses of WebInterfaceContext in com.atlassian.confluence.web
Methods in com.atlassian.confluence.web with parameters of type WebInterfaceContext Modifier and Type Method Description protected List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor>ConfluenceWebMenuManager. getLeadingItems(String menuKey, WebInterfaceContext context)Returns items to be displayed at the top of the menu.WebMenuConfluenceWebMenuManager. getMenu(String id, String menuKey, WebInterfaceContext context)WebMenuConfluenceWebMenuManager. getMenu(String id, Collection<String> menuKeys, WebInterfaceContext context)WebMenuWebMenuManager. getMenu(String id, String menuKey, WebInterfaceContext context)Builds and returns aWebMenufor display with the given properties and context.WebMenuWebMenuManager. 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<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor>ConfluenceWebMenuManager. getSectionItems(String menuKey, String sectionKey, WebInterfaceContext context)Returns the items for a given section in the menu.protected List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor>ConfluenceWebMenuManager. getSections(String menuKey, WebInterfaceContext context)Returns sections to be displayed in the menu.protected List<com.atlassian.plugin.web.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 with parameters of type WebInterfaceContext Modifier and Type Method Description Map<String,Object>WebContextFactory. createTemplateContext(WebInterfaceContext webInterfaceContext, Map<String,Object> additionalContext)Map<String,Object>WebContextFactoryImpl. createTemplateContext(WebInterfaceContext webInterfaceContext, Map<String,Object> additionalContext)Map<String,Object>WebContextFactory. createWebItemTemplateContext(WebInterfaceContext webInterfaceContext, Map<String,Object> additionalContext)Map<String,Object>WebContextFactoryImpl. createWebItemTemplateContext(WebInterfaceContext webInterfaceContext, Map<String,Object> additionalContext)Map<String,Object>WebContextFactory. createWebPanelTemplateContext(WebInterfaceContext webInterfaceContext, Map<String,Object> additionalContext)Map<String,Object>WebContextFactoryImpl. createWebPanelTemplateContext(WebInterfaceContext webInterfaceContext, Map<String,Object> additionalContext)
-