org.apache.jetspeed.modules.actions
Class SendConfirmationEmail

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.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

Constructor Summary
SendConfirmationEmail()
           
 
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

SendConfirmationEmail

public SendConfirmationEmail()
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.