com.sri.emo.wizard.completion.management
Class PromptEditWizard
java.lang.Object
com.sri.emo.wizard.completion.management.PromptEditWizard
- All Implemented Interfaces:
- StateHandler
public class PromptEditWizard
- extends Object
- implements StateHandler
- Author:
- Michael Rimov
Field Summary |
static String |
STATE_DESCRIPTION
The description of this state as referred to by the Expresso Controller. |
static String |
STATE_NAME
The name of this state as referred to by the Expresso Controller |
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
- The name of this state as referred to by the Expresso Controller
- See Also:
- Constant Field Values
STATE_DESCRIPTION
public static final String STATE_DESCRIPTION
- The description of this state as referred to by the Expresso Controller.
- See Also:
- Constant Field Values
PromptEditWizard
public PromptEditWizard(Controller stateOwner,
CompletionRepository repository,
ICompletionBeanManager stateBeanManager)
- Constructor. Assembles the parent controller, the completion repository
and the state bean manager.
- Parameters:
stateOwner
- Controllerrepository
- CompletionRepositorystateBeanManager
- ICompletionBeanManager
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.