| java.lang.Object | ||
| ↳ | java.util.EventObject | |
| ↳ | com.atlassian.stash.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
ServletRequest for the event. | |||||||||||
Retrieves a flag indicating whether the event's request (retrieve from the
request context
is an HttpServletRequest. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
Retrieves the ServletRequest for the event.
Retrieves a flag indicating whether the event's request (retrieve from the request context
is an HttpServletRequest.
true if the request is an HttpServletRequest; otherwise, false