|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.latka.event.BaseRequestEvent
public class BaseRequestEvent
The base class for request events fired by latka. It provides the request, response and session for use by clients
| Constructor Summary | |
|---|---|
BaseRequestEvent(Request request,
Response response)
Store the request, response and session for later retrieval |
|
| Method Summary | |
|---|---|
Request |
getRequest()
the request the event is about |
Response |
getResponse()
the response associated with the event's request |
Session |
getSession()
the session the event took place within |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseRequestEvent(Request request,
Response response)
request - the request the event is aboutresponse - the response from the request| Method Detail |
|---|
public Request getRequest()
RequestEvent
getRequest in interface RequestEventpublic Response getResponse()
RequestEvent
getResponse in interface RequestEventpublic Session getSession()
RequestEvent
getSession in interface RequestEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||