Class Overview
JIRA SAL implementation of the HttpContext, this implementation delegates to the JIRA internal ExecutingHttpRequest
class.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.sal.api.web.context.HttpContext
@Nullable
HttpServletRequest
|
getRequest()
|
@Nullable
HttpServletResponse
|
getResponse()
|
@Nullable
HttpSession
|
getSession(boolean arg0)
|
|
Public Constructors
Public Methods
public
HttpServletRequest
getRequest
()
public
HttpServletResponse
getResponse
()
public
HttpSession
getSession
(boolean create)
Parameters
create
| should be true to create a new session for the active request or false to return
null if there is no current session |
Returns
- the HttpSession associated with this request or null if create is false and the request
has no session, or if there is no active request