com.atlassian.plugin.web.conditions
Class AndCompositeCondition
java.lang.Object
com.atlassian.plugin.web.conditions.AbstractCompositeCondition
com.atlassian.plugin.web.conditions.AndCompositeCondition
- All Implemented Interfaces:
- Condition
public class AndCompositeCondition
- extends AbstractCompositeCondition
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndCompositeCondition
public AndCompositeCondition()
shouldDisplay
public boolean shouldDisplay(Map<String,Object> 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 © 2009 Atlassian Pty Ltd. All Rights Reserved.