|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sri.common.controller.TestStateHandler
public class TestStateHandler
Title: EMO
Description:
Copyright: Copyright (c) 2003
Company:
Field Summary | |
---|---|
int |
handleRequestCalled
|
Constructor Summary | |
---|---|
TestStateHandler(Controller owner)
|
Method Summary | |
---|---|
Controller |
getMyOwner()
|
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 int handleRequestCalled
Constructor Detail |
---|
public TestStateHandler(Controller owner)
Method Detail |
---|
public Controller getMyOwner()
public void handleRequest(ExpressoRequest request, ExpressoResponse response) throws DBException, ControllerException
handleRequest
in interface StateHandler
request
- ExpressoRequest The Function's ExpressoRequest
object.response
- ExpressoResponse The Function's ExpressoResponse
object.
DBException
- upon underlying database exception error.
ControllerException
- upon underlying ControllerException error.
NonHandleableException
- if the state attempts a transition
that throws a NonHandleableException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |