com.atlassian.plugin.web.conditions
Class AndCompositeCondition

java.lang.Object
  extended by com.atlassian.plugin.web.conditions.AbstractCompositeCondition
      extended by com.atlassian.plugin.web.conditions.AndCompositeCondition
All Implemented Interfaces:
Condition

public class AndCompositeCondition
extends AbstractCompositeCondition


Field Summary
 
Fields inherited from class com.atlassian.plugin.web.conditions.AbstractCompositeCondition
conditions
 
Constructor Summary
AndCompositeCondition()
           
 
Method Summary
 boolean shouldDisplay(java.util.Map context)
          Determine whether the web fragment should be displayed
 
Methods inherited from class com.atlassian.plugin.web.conditions.AbstractCompositeCondition
addCondition, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndCompositeCondition

public AndCompositeCondition()
Method Detail

shouldDisplay

public boolean shouldDisplay(java.util.Map context)
Description copied from interface: Condition
Determine whether the web fragment should be displayed

Specified by:
shouldDisplay in interface Condition
Specified by:
shouldDisplay in class AbstractCompositeCondition
Returns:
true if the user should see the fragment, false otherwise


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.