public class BaseRequestEvent extends java.lang.Object implements RequestEvent
| Constructor and Description |
|---|
BaseRequestEvent(Request request,
Response response)
Store the request, response and session for later retrieval
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public Request getRequest()
RequestEventgetRequest in interface RequestEventpublic Response getResponse()
RequestEventgetResponse in interface RequestEventpublic Session getSession()
RequestEventgetSession in interface RequestEventCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.