net.killingar.forum.actions
Class ForgotPassword

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by net.killingar.actions.ActionSupport
          extended by net.killingar.actions.email.Send
              extended by net.killingar.forum.actions.ForgotPassword
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.IllegalArgumentAware, webwork.action.SessionAware

public class ForgotPassword
extends Send
implements webwork.action.SessionAware

See Also:
Serialized Form

Field Summary
protected  ForumManager manager
           
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages, log
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ForgotPassword()
           
 
Method Summary
 java.lang.String doExecute()
           
 void doValidation()
           
 void setSession(java.util.Map session)
           
 void setUsername(java.lang.String in)
           
 
Methods inherited from class net.killingar.actions.email.Send
getBody, getCc, getFrom, getSmtpServer, getSubject, getTo, setBody, setCc, setFrom, setSmtpServer, setSubject, setTo
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, execute, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

protected ForumManager manager
Constructor Detail

ForgotPassword

public ForgotPassword()
Method Detail

setSession

public void setSession(java.util.Map session)
Specified by:
setSession in interface webwork.action.SessionAware
Overrides:
setSession in class ActionSupport

setUsername

public void setUsername(java.lang.String in)

doValidation

public void doValidation()
Overrides:
doValidation in class Send

doExecute

public java.lang.String doExecute()
Overrides:
doExecute in class Send


Copyright © 2005 Anders Hovmoller All Rights Reserved.