org.deltava.commands.mail
Class IMAPMailboxCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.mail.IMAPMailboxCommand
- All Implemented Interfaces:
- Command
public class IMAPMailboxCommand
- extends AbstractFormCommand
A Web Site Command to handle IMAP mailbox profiles.
- Since:
- 2.2
- Version:
- 2.2
- Author:
- Luke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMAPMailboxCommand
public IMAPMailboxCommand()
execEdit
protected void execEdit(CommandContext ctx)
throws CommandException
- Callback method called when editing the profile.
- Specified by:
execEdit in class AbstractFormCommand
- Parameters:
ctx - the Command context
- Throws:
CommandException - if an error occurs
execRead
protected void execRead(CommandContext ctx)
throws CommandException
- Callback method called when reading the profile.
- Specified by:
execRead in class AbstractFormCommand
- Parameters:
ctx - the Command context
- Throws:
CommandException - if an error occurs
execSave
protected void execSave(CommandContext ctx)
throws CommandException
- Callback method called when saving the profile.
- Specified by:
execSave in class AbstractFormCommand
- Parameters:
ctx - the Command context
- Throws:
CommandException - if an error occurs
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.