|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.emo.wizard.creation.management.PromptChooseCriteria
public class PromptChooseCriteria
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 |
---|
public static final String STATE_NAME
public static final String STATE_DESCRIPTION
Constructor Detail |
---|
public PromptChooseCriteria(Controller owner)
owner
- Controller the owning controller.public PromptChooseCriteria(Controller owner, CreationBeanManager specialManager)
owner
- ControllerspecialManager
- CompletionBeanManagerMethod Detail |
---|
public void handleRequest(ExpressoRequest request, ExpressoResponse response) throws DBException, ControllerException
handleRequest
in interface StateHandler
request
- ControllerRequest The Function's ControllerRequest
object.response
- ControllerResponse The Function's ControllerResponse
object.
DBException
- upon underlying database exception error.
ControllerException
- upon underlying ControllerException error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |