|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.latka.event.BaseRequestEvent
org.apache.commons.latka.event.RequestSucceededEvent
public class RequestSucceededEvent
An event generated by Latka when a request completes successfully
Constructor Summary | |
---|---|
RequestSucceededEvent(Request request,
Response response)
Create the event for the given request and response |
Method Summary |
---|
Methods inherited from class org.apache.commons.latka.event.BaseRequestEvent |
---|
getRequest, getResponse, getSession |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestSucceededEvent(Request request, Response response)
request
- The request that succeededresponse
- The response generated for the request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |