com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions
Class ClusterUrlReadingCondition

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.web.urlreadingconditions.ClusterUrlReadingCondition
All Implemented Interfaces:
com.atlassian.plugin.web.baseconditions.BaseCondition, com.atlassian.plugin.webresource.condition.UrlReadingCondition

public class ClusterUrlReadingCondition
extends java.lang.Object
implements com.atlassian.plugin.webresource.condition.UrlReadingCondition

Evaluates to true if Confluence is in a clustered configuration

Since:
5.6

Constructor Summary
ClusterUrlReadingCondition(ClusterManager clusterManager)
           
 
Method Summary
 void addToUrl(com.atlassian.plugin.webresource.url.UrlBuilder urlBuilder)
           
 void init(java.util.Map<java.lang.String,java.lang.String> stringStringMap)
           
 boolean shouldDisplay(com.atlassian.plugin.webresource.QueryParams queryParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterUrlReadingCondition

public ClusterUrlReadingCondition(ClusterManager clusterManager)
Method Detail

init

public void init(java.util.Map<java.lang.String,java.lang.String> stringStringMap)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.webresource.condition.UrlReadingCondition
Throws:
com.atlassian.plugin.PluginParseException

addToUrl

public void addToUrl(com.atlassian.plugin.webresource.url.UrlBuilder urlBuilder)
Specified by:
addToUrl in interface com.atlassian.plugin.webresource.condition.UrlReadingCondition

shouldDisplay

public boolean shouldDisplay(com.atlassian.plugin.webresource.QueryParams queryParams)
Specified by:
shouldDisplay in interface com.atlassian.plugin.webresource.condition.UrlReadingCondition


Copyright © 2003-2014 Atlassian. All Rights Reserved.