com.atlassian.confluence.plugins.email.conditions
Class IsUserSignupNotificationCondition

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
      extended by com.atlassian.confluence.plugins.email.conditions.IsUserSignupNotificationCondition
All Implemented Interfaces:
com.atlassian.plugin.web.Condition

public class IsUserSignupNotificationCondition
extends AbstractNotificationCondition

Determines if the footer links for Signup notification emails should be added.

Since:
4.2

Constructor Summary
IsUserSignupNotificationCondition()
           
 
Method Summary
 boolean shouldDisplay(NotificationContext context)
           
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
init, shouldDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsUserSignupNotificationCondition

public IsUserSignupNotificationCondition()
Method Detail

shouldDisplay

public boolean shouldDisplay(NotificationContext context)
Specified by:
shouldDisplay in class AbstractNotificationCondition


Copyright © 2003-2013 Atlassian. All Rights Reserved.