public abstract class BaseConfluenceCondition extends Object implements com.atlassian.plugin.web.Condition
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_KEY_HELPER |
| Constructor and Description |
|---|
BaseConfluenceCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Map<String,String> params) |
boolean |
shouldDisplay(Map context) |
protected abstract boolean |
shouldDisplay(WebInterfaceContext context) |
public static final String CONTEXT_KEY_HELPER
public void init(Map<String,String> params) throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.web.Conditioncom.atlassian.plugin.PluginParseExceptionpublic boolean shouldDisplay(Map context)
shouldDisplay in interface com.atlassian.plugin.web.Conditionprotected abstract boolean shouldDisplay(WebInterfaceContext context)
Copyright © 2003–2018 Atlassian. All rights reserved.