java.lang.Object | ||
↳ | java.util.EventObject | |
↳ | com.atlassian.bitbucket.event.request.RequestEvent |
Known Direct Subclasses |
A base class for constructing events related to requests (i.e. HTTP and SSH requests).
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the
RequestContext for the event. | |||||||||||
Retrieves a flag indicating whether the event's request, available from the
request
context , is an HttpServletRequest . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
|
Retrieves the RequestContext
for the event.
Retrieves a flag indicating whether the event's request, available from the request
context
, is an HttpServletRequest
.
true
if the request is an HttpServletRequest
; otherwise, false