com.sri.emo.wizard.wizardgateway
Class PromptDeleteWizard
java.lang.Object
com.sri.emo.wizard.wizardgateway.WizardGatewayHandler
com.sri.emo.wizard.wizardgateway.PromptDeleteWizard
- All Implemented Interfaces:
- StateHandler
public class PromptDeleteWizard
- extends WizardGatewayHandler
- implements StateHandler
Prompts to delete a wizard.
- Author:
- Michael Rimov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATE_NAME
public static final String STATE_NAME
- Name of the State for which this handler deals with.
- See Also:
- Constant Field Values
STATE_DESCRIPTION
public static final String STATE_DESCRIPTION
- Friendly description of this handler.
- See Also:
- Constant Field Values
PromptDeleteWizard
public PromptDeleteWizard(Controller handlerOwner,
WizDefinitionRepository myRepository)
- Constructs this particular state handler.
- Parameters:
handlerOwner
- Controller the controller that is the parent of this
state handler.myRepository
- WizDefinitionRepository the repository to use
for data access methods.
handleRequest
public void handleRequest(ExpressoRequest request,
ExpressoResponse response)
throws DBException,
ControllerException
- Called to handle the request.
- Specified by:
handleRequest
in interface StateHandler
- Parameters:
request
- ControllerRequest The Function's ControllerRequest
object.response
- ControllerResponse The Function's ControllerResponse
object.
- Throws:
DBException
- upon underlying database exception error.
ControllerException
- upon underlying ControllerException error.
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.