public class

OrCompositeCondition

extends AbstractCompositeCondition
java.lang.Object
   ↳ com.atlassian.plugin.web.conditions.AbstractCompositeCondition
     ↳ com.atlassian.plugin.web.conditions.OrCompositeCondition

Summary

[Expand]
Inherited Fields
From class com.atlassian.plugin.web.conditions.AbstractCompositeCondition
Public Constructors
OrCompositeCondition()
Public Methods
boolean shouldDisplay(Map<StringObject> context)
Determine whether the web fragment should be displayed
[Expand]
Inherited Methods
From class com.atlassian.plugin.web.conditions.AbstractCompositeCondition
From class java.lang.Object
From interface com.atlassian.plugin.web.Condition

Public Constructors

public OrCompositeCondition ()

Public Methods

public boolean shouldDisplay (Map<StringObject> context)

Determine whether the web fragment should be displayed

Returns
  • true if the user should see the fragment, false otherwise