Uses of Interface
com.atlassian.confluence.plugin.descriptor.web.WebInterfaceContext

Packages that use WebInterfaceContext
com.atlassian.confluence.core   
com.atlassian.confluence.core.actions   
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugin.descriptor.web   
com.atlassian.confluence.plugin.descriptor.web.conditions   
com.atlassian.confluence.plugin.descriptor.web.conditions.user   
com.atlassian.confluence.plugin.descriptor.web.model   
com.atlassian.confluence.user.actions   
 

Uses of WebInterfaceContext in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return WebInterfaceContext
 WebInterfaceContext ConfluenceActionSupport.getWebInterfaceContext()
           
 

Uses of WebInterfaceContext in com.atlassian.confluence.core.actions
 

Methods in com.atlassian.confluence.core.actions with parameters of type WebInterfaceContext
 java.lang.String RedirectActionHelper.getRedirectUrlAndUpdateCookies(java.lang.String cookieName, java.lang.String webItemLocation, WebInterfaceContext context)
           
 

Uses of WebInterfaceContext in com.atlassian.confluence.labels.actions
 

Methods in com.atlassian.confluence.labels.actions that return WebInterfaceContext
 WebInterfaceContext ViewLabelAction.getWebInterfaceContext()
           
 

Uses of WebInterfaceContext in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return WebInterfaceContext
 WebInterfaceContext AbstractPageAction.getWebInterfaceContext()
           
 WebInterfaceContext ViewPageAction.getWebInterfaceContext()
           
 WebInterfaceContext ViewPageAttachmentsAction.getWebInterfaceContext(Attachment attachment)
           
 WebInterfaceContext ViewPageAction.getWebInterfaceContext(Comment comment)
           
 

Uses of WebInterfaceContext in com.atlassian.confluence.plugin.descriptor.web
 

Classes in com.atlassian.confluence.plugin.descriptor.web that implement WebInterfaceContext
 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
 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
 java.util.List ConfluenceWebInterfaceManager.getDisplayableItems(java.lang.String key, WebInterfaceContext context)
           
 java.util.List ConfluenceWebInterfaceManager.getDisplayableSections(java.lang.String key, WebInterfaceContext context)
           
 

Constructors in com.atlassian.confluence.plugin.descriptor.web with parameters of type WebInterfaceContext
DefaultWebInterfaceContext(WebInterfaceContext webInterfaceContext)
          Copy constructor: construct a web interface context from another existing 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
protected  java.lang.Object AttachmentPermissionCondition.getPermissionTarget(WebInterfaceContext context)
           
protected abstract  java.lang.Object BasePermissionCondition.getPermissionTarget(WebInterfaceContext context)
           
protected  java.lang.Object PagePermissionCondition.getPermissionTarget(WebInterfaceContext context)
           
protected  java.lang.Object SpacePermissionCondition.getPermissionTarget(WebInterfaceContext context)
           
protected  java.lang.Object CommentPermissionCondition.getPermissionTarget(WebInterfaceContext context)
           
 boolean ViewingOwnProfileCondition.shouldDisplay(WebInterfaceContext context)
           
protected  boolean LdapUserManagementEnabledCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean PrintableVersionCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean SystemAdministratorOrSuperUserCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean HasPageCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean BasePermissionCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean NotPersonalSpaceCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean CreateContentCondition.shouldDisplay(WebInterfaceContext context)
           
protected  boolean ThreadedCommentsCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean NotSharedModeCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean FavouriteSpaceCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean ShowingPageAttachmentsCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean FavouritePageCondition.shouldDisplay(WebInterfaceContext context)
           
protected abstract  boolean BaseConfluenceCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean HasBlogPostCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean CanClusterCondition.shouldDisplay(WebInterfaceContext context)
           
protected  boolean ShowingUserAttachmentsCondition.shouldDisplay(WebInterfaceContext context)
          Deprecated.  
 boolean ViewingContentCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean ConfluenceAdministratorCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean TinyUrlSupportedCondition.shouldDisplay(WebInterfaceContext context)
           
protected  boolean ExternalUserManagementEnabledCondition.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
 boolean CanSignupCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean UserHasPersonalSpaceCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean UserWatchingSpaceCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean UserLoggedInEditableCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean UserLoggedInCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean UserWatchingPageCondition.shouldDisplay(WebInterfaceContext context)
           
 boolean UserHasHistoryCondition.shouldDisplay(WebInterfaceContext context)
          Deprecated.  
 

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
 java.lang.String ConfluenceWebLabel.getDisplayableLabel(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)
           
 java.lang.String ConfluenceWebLink.getDisplayableUrl(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)
          Renders this web link in the given context.
 java.lang.String ConfluenceWebLink.getRenderedUrl(WebInterfaceContext context)
          Renders this web link in the given context.
 

Uses of WebInterfaceContext in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions that return WebInterfaceContext
 WebInterfaceContext AbstractUserProfileAction.getWebInterfaceContext()
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.