net.killingar.actions.email
Class Delete

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by net.killingar.actions.ActionSupport
          extended by net.killingar.actions.email.MailSupport
              extended by net.killingar.actions.email.Delete
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.CleanupAware, webwork.action.IllegalArgumentAware, webwork.action.SessionAware

public class Delete
extends MailSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.killingar.actions.email.MailSupport
from, hostname, mailSession, mailStore, password, port, protocol, smtpServer, username
 
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
Delete()
           
 
Method Summary
 java.lang.String doExecute()
           
 java.lang.String getFolder()
           
 Mail getMail()
           
 void setConfirmed(boolean in)
           
 void setFolder(java.lang.String in)
           
 void setMessageNumber(int in)
           
 
Methods inherited from class net.killingar.actions.email.MailSupport
cleanup, execute, getFrom, getSmtpServer, setFrom, setPassword, setPort, setProtocol, setSmtpServer, setUsername
 
Methods inherited from class net.killingar.actions.ActionSupport
setSession
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, 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
 

Constructor Detail

Delete

public Delete()
Method Detail

getFolder

public java.lang.String getFolder()

getMail

public Mail getMail()

setFolder

public void setFolder(java.lang.String in)

setMessageNumber

public void setMessageNumber(int in)

setConfirmed

public void setConfirmed(boolean in)

doExecute

public java.lang.String doExecute()
Overrides:
doExecute in class webwork.action.ActionSupport


Copyright © 2005 Anders Hovmoller All Rights Reserved.