com.atlassian.crowd.plugin.web.conditions
Class SitemeshPropertiesCondition

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

public class SitemeshPropertiesCondition
extends Object
implements com.atlassian.plugin.web.Condition

Will return true if a context contains any of the available property values based on a given property name.


Constructor Summary
SitemeshPropertiesCondition()
           
 
Method Summary
 void init(Map params)
           
 boolean shouldDisplay(Map context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemeshPropertiesCondition

public SitemeshPropertiesCondition()
Method Detail

init

public void init(Map params)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.web.Condition
Throws:
com.atlassian.plugin.PluginParseException

shouldDisplay

public boolean shouldDisplay(Map context)
Specified by:
shouldDisplay in interface com.atlassian.plugin.web.Condition


Copyright © 2012 Atlassian. All Rights Reserved.