org.apache.jetspeed.modules.actions
Class SendNewUserNotificationEmail
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.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.
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 |
SendNewUserNotificationEmail
public SendNewUserNotificationEmail()
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.