Class IsEditorPageRestrictedCondition
- java.lang.Object
-
- com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
-
- com.atlassian.confluence.tinymceplugin.conditions.IsEditorPageRestrictedCondition
-
- All Implemented Interfaces:
com.atlassian.plugin.web.baseconditions.BaseCondition
,com.atlassian.plugin.web.Condition
@Deprecated public class IsEditorPageRestrictedCondition extends BaseConfluenceCondition
Deprecated.since 5.9. UseContentHasExplicitPermissionsSetCondition
Checks the request to see if permissions have been set for a page under edit.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
CONTEXT_KEY_HELPER
-
-
Constructor Summary
Constructors Constructor Description IsEditorPageRestrictedCondition()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
shouldDisplay(WebInterfaceContext context)
Deprecated.-
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
init, shouldDisplay
-
-
-
-
Method Detail
-
shouldDisplay
public boolean shouldDisplay(WebInterfaceContext context)
Deprecated.- Specified by:
shouldDisplay
in classBaseConfluenceCondition
-
-