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 WebInterfaceContext
ConfluenceActionSupport. 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 String
RedirectActionHelper. 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 WebInterfaceContext
SearchSiteAction. 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 WebInterfaceContext
AddCommentAction. createWebInterfaceContextWithComment(WebInterfaceContext context, Comment comment)
WebInterfaceContext
AbstractCreateAndEditPageAction. getWebInterfaceContext()
WebInterfaceContext
AbstractPageAction. getWebInterfaceContext()
WebInterfaceContext
AddCommentAction. getWebInterfaceContext(Comment comment)
WebInterfaceContext
EditCommentAction. getWebInterfaceContext(Comment comment)
WebInterfaceContext
MoveAttachmentAction. getWebInterfaceContext()
WebInterfaceContext
ViewPageAction. getWebInterfaceContext()
WebInterfaceContext
ViewPageAction. getWebInterfaceContext(Comment comment)
WebInterfaceContext
ViewPageAttachmentsAction. getWebInterfaceContext(WebInterfaceContext context, Attachment attachment)
Methods in com.atlassian.confluence.pages.actions with parameters of type WebInterfaceContext Modifier and Type Method Description static WebInterfaceContext
AddCommentAction. createWebInterfaceContextWithComment(WebInterfaceContext context, Comment comment)
WebInterfaceContext
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 WebInterfaceContext Modifier and Type Class Description class
DefaultWebInterfaceContext
Implementation 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 WebInterfaceContext
WebInterface. 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 DefaultWebInterfaceContext
DefaultWebInterfaceContext. copyOf(WebInterfaceContext webInterfaceContext)
Creates a newDefaultWebInterfaceContext
with 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)
DefaultWebInterfaceContext
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 WebInterfaceContext Modifier and Type Method Description protected Object
AttachmentPermissionCondition. getPermissionTarget(WebInterfaceContext context)
protected abstract Object
BasePermissionCondition. getPermissionTarget(WebInterfaceContext context)
protected Object
CommentPermissionCondition. getPermissionTarget(WebInterfaceContext context)
protected Object
PagePermissionCondition. getPermissionTarget(WebInterfaceContext context)
protected Object
SpacePermissionCondition. getPermissionTarget(WebInterfaceContext context)
protected boolean
ActiveThemeCondition. shouldDisplay(WebInterfaceContext context)
protected abstract boolean
BaseConfluenceCondition. shouldDisplay(WebInterfaceContext context)
boolean
BasePermissionCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
BuildNumberCondition. shouldDisplay(WebInterfaceContext context)
boolean
CanClusterCondition. shouldDisplay(WebInterfaceContext context)
boolean
CanEditSpaceStylesCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
CanInviteUserCondition. shouldDisplay(WebInterfaceContext context)
boolean
ConfluenceAdministratorCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
ContentHasAnyPermissionsSetCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
ContentHasExplicitPermissionsSetCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
ContentHasExplicitViewPermissionsSetCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
ContentHasInheritedPermissionsSetCondition. shouldDisplay(WebInterfaceContext context)
boolean
CreateContentCondition. shouldDisplay(WebInterfaceContext context)
boolean
CreatePageOrBlogpostCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
DraftStatusLozengeCondition. shouldDisplay(WebInterfaceContext webInterfaceContext)
protected boolean
EmailAddressPublicCondition. shouldDisplay(WebInterfaceContext context)
boolean
FavouritePageCondition. shouldDisplay(WebInterfaceContext context)
boolean
FavouriteSpaceCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
FileSystemAttachmentStorageCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
HasAttachmentCondition. shouldDisplay(WebInterfaceContext webInterfaceContext)
boolean
HasBlogPostCondition. shouldDisplay(WebInterfaceContext context)
boolean
HasLabelCondition. shouldDisplay(WebInterfaceContext context)
boolean
HasPageCondition. shouldDisplay(WebInterfaceContext context)
boolean
HasSpaceCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
HasTemplateCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
LatestVersionCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
LicenseAllowsDataCenterFeaturesCondition. shouldDisplay(WebInterfaceContext context)
boolean
NotPersonalSpaceCondition. shouldDisplay(WebInterfaceContext context)
boolean
PagePermissionCondition. shouldDisplay(WebInterfaceContext context)
boolean
PeopleDirectoryEnabledCondition. shouldDisplay(WebInterfaceContext context)
boolean
PrintableVersionCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
ReadWriteAccessModeCondition. shouldDisplay(WebInterfaceContext context)
boolean
ShowingPageAttachmentsCondition. shouldDisplay(WebInterfaceContext context)
boolean
SpaceFunctionPermissionCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
SpaceSidebarCondition. shouldDisplay(WebInterfaceContext context)
boolean
SystemAdministratorCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
ThreadedCommentsCondition. shouldDisplay(WebInterfaceContext context)
boolean
TinyUrlSupportedCondition. shouldDisplay(WebInterfaceContext context)
boolean
ViewingContentCondition. shouldDisplay(WebInterfaceContext context)
boolean
ViewingOwnProfileCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
WritableDirectoryExistsCondition. 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 Object
HasViewProfilePermission. getPermissionTarget(WebInterfaceContext context)
boolean
CanAddUsersCondition. shouldDisplay(WebInterfaceContext context)
boolean
CanSignupCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
FollowingTargetUserCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
RemoteUserCanUseConfluenceCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
RemoteUserHasLicensedAccessCondition. shouldDisplay(WebInterfaceContext context)
boolean
TargetUserCanUseConfluenceCondition. shouldDisplay(WebInterfaceContext context)
boolean
TargetUserHasPersonalBlogCondition. shouldDisplay(WebInterfaceContext context)
boolean
TargetUserHasPersonalSpaceCondition. shouldDisplay(WebInterfaceContext context)
boolean
TargetUserIsValidUserCondition. shouldDisplay(WebInterfaceContext context)
protected boolean
UnpublishedStatusLozengeCondition. shouldDisplay(WebInterfaceContext webInterfaceContext)
protected boolean
UserCanCreatePersonalSpaceCondition. shouldDisplay(WebInterfaceContext context)
boolean
UserFavouritingTargetUserPersonalSpaceCondition. shouldDisplay(WebInterfaceContext context)
boolean
UserHasPersonalBlogCondition. shouldDisplay(WebInterfaceContext context)
boolean
UserHasPersonalSpaceCondition. shouldDisplay(WebInterfaceContext context)
boolean
UserLoggedInCondition. shouldDisplay(WebInterfaceContext context)
boolean
UserLoggedInEditableCondition. shouldDisplay(WebInterfaceContext context)
boolean
UserWatchingPageCondition. shouldDisplay(WebInterfaceContext context)
boolean
UserWatchingSpaceCondition. shouldDisplay(WebInterfaceContext context)
boolean
UserWatchingSpaceForContentTypeCondition. 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 String
ConfluenceWebLabel. getDisplayableLabel(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)
String
ConfluenceWebLink. getDisplayableUrl(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)
Renders this web link in the given context.String
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 WebInterfaceContext Modifier and Type Method Description boolean
CreateContentCondition. 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 boolean
UseKeyboardShortcutsCondition. 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 WebInterfaceContext
AbstractUserProfileAction. getWebInterfaceContext()
WebInterfaceContext
ViewLabelAction. 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 WebInterfaceContext
AbstractPageTemplateAction. 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 boolean
CreatePageCondition. shouldDisplay(WebInterfaceContext context)
boolean
EditOrCreateBlogCondition. shouldDisplay(WebInterfaceContext context)
boolean
EditOrCreatePageCondition. shouldDisplay(WebInterfaceContext context)
boolean
EditOrCreateTemplateCondition. shouldDisplay(WebInterfaceContext context)
boolean
HasSetPagePermissionsCondition. shouldDisplay(WebInterfaceContext context)
boolean
IsEditorPageRestrictedCondition. 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 boolean
DarkFeatureEnabledCondition. 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 WebInterfaceContext
AbstractUserProfileAction. 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.WebMenu
ConfluenceWebMenuManager. getMenu(String id, String menuKey, WebInterfaceContext context)
WebMenu
ConfluenceWebMenuManager. getMenu(String id, Collection<String> menuKeys, WebInterfaceContext context)
WebMenu
WebMenuManager. getMenu(String id, String menuKey, WebInterfaceContext context)
Builds and returns aWebMenu
for display with the given properties and context.WebMenu
WebMenuManager. getMenu(String id, Collection<String> menuKeys, WebInterfaceContext context)
Builds and returns aWebMenu
for display with the given properties and context.default WebMenu
WebMenuManager. getMenu(Collection<String> menuKeys, WebInterfaceContext context)
Builds and returns aWebMenu
for 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)
-