public class

AndCompositeCondition

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.plugin.web.conditions.AbstractCompositeCondition
Public Constructors
AndCompositeCondition()
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 AndCompositeCondition ()

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