|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRequestHandler
Implementing classes may register themselves globally at the RequestService to handle user requests.
| Method Summary | |
|---|---|
Collection<Class<? extends IRequest>> |
getMappingTypes()
Gets the list of request types which the handler can handle. |
void |
onPerformRequest(IRequest request,
Controller controller,
RequestService service)
Called when a request should be performed. |
| Method Detail |
|---|
void onPerformRequest(IRequest request,
Controller controller,
RequestService service)
request - The request.controller - The controller the which the request was sent.service - The request service which was asked to perform the request.Collection<Class<? extends IRequest>> getMappingTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||