ConfluenceActionSupport.isPermitted()
and use PermissionManager.hasPermission(User, Permission, Object)
instead.
This will make it easier to determine the permissions required to invoke an action as they would be more
explicit and in one place (you won't have to check whether the class or its super class implements this
interface). Also implement BreadcrumbAware
and call:
BreadcrumbGenerator
's getSpaceAdminBreadcrumb method
public interface SpaceAdministrative
BreadcrumbGenerator
to generate an appropriate breadcrumb.Copyright © 2003–2020 Atlassian. All rights reserved.