org.apache.jetspeed.modules.actions
Class SendNewUserNotificationEmail

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.apache.jetspeed.modules.actions.SendNewUserNotificationEmail

public class SendNewUserNotificationEmail
extends org.apache.turbine.modules.Action

This action will send a notification email to the notification user. TODO - does this apply to the notify emails? This class is used in two places, the first one is for new users. The second is where a user is updating their information after they have already created their account. If they are updating and they change their email address, then we want to re-confirm it to prevent people from screwing up their email address.


Constructor Summary
SendNewUserNotificationEmail()
           
 
Method Summary
 void doPerform(org.apache.turbine.util.RunData data)
           
 
Methods inherited from class org.apache.turbine.modules.Action
perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendNewUserNotificationEmail

public SendNewUserNotificationEmail()
Method Detail

doPerform

public void doPerform(org.apache.turbine.util.RunData data)
               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.