Uses of Interface
org.blojsom.plugin.notification.Notification

Packages that use Notification
org.blojsom.plugin.notification Defines the classes and interfaces for the notification part of the registration plugin  
org.blojsom.plugin.registration Defines the classes and interfaces for the blojsom registration plugin  
 

Uses of Notification in org.blojsom.plugin.notification
 

Classes in org.blojsom.plugin.notification that implement Notification
 class AbstractNotification
           
 class AbstractVelocityEmailNotification
           
 

Uses of Notification in org.blojsom.plugin.registration
 

Classes in org.blojsom.plugin.registration that implement Notification
 class RegistrationNotification
          RegistrationNotification
 

Methods in org.blojsom.plugin.registration that return Notification
protected  Notification RegistrationPlugin.constructEmail(Blog blog, User user, java.lang.String flavor)
          Construct an email notification to the user with their registration details.