|
||||||||||
| 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.RequestSkippedEvent
public class RequestSkippedEvent
An event used when Latka skips a request
| Constructor Summary | |
|---|---|
RequestSkippedEvent(Request request,
Response response)
Create a RequestSkippedEvent with the provided 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 RequestSkippedEvent(Request request,
Response response)
request - The request that was skippedresponse - The response for the request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||