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()
RequestEvent
getRequest
in interface RequestEvent
public Response getResponse()
RequestEvent
getResponse
in interface RequestEvent
public Session getSession()
RequestEvent
getSession
in interface RequestEvent
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.