org.apache.jetspeed.modules.actions
Class SendConfirmationEmail
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.jetspeed.modules.actions.SendConfirmationEmail
- public class SendConfirmationEmail
- extends org.apache.turbine.modules.Action
This action will attempt to send a confirmation email to the user.
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.
- Author:
- Paul Spencer
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 |
SendConfirmationEmail
public SendConfirmationEmail()
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.