com.sri.emo.wizard.creation.management
Class PromptChooseCriteria

java.lang.Object
  extended by com.sri.emo.wizard.creation.management.PromptChooseCriteria
All Implemented Interfaces:
StateHandler

public class PromptChooseCriteria
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
 
Constructor Summary
PromptChooseCriteria(Controller owner)
          Constructor that takes the owner controller as a paramter.
PromptChooseCriteria(Controller owner, CreationBeanManager specialManager)
          Special construcor that allows substitution of the bean manager.
 
Method Summary
 void handleRequest(ExpressoRequest request, ExpressoResponse response)
          Called to handle the request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PromptChooseCriteria

public PromptChooseCriteria(Controller owner)
Constructor that takes the owner controller as a paramter.

Parameters:
owner - Controller the owning controller.

PromptChooseCriteria

public PromptChooseCriteria(Controller owner,
                            CreationBeanManager specialManager)
Special construcor that allows substitution of the bean manager.

Parameters:
owner - Controller
specialManager - CompletionBeanManager
Method Detail

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.