| java.lang.Object | |
| ↳ | com.atlassian.jira.rest.v2.issue.scope.RequestScopeInterceptor |
This interceptor can be used in plugins that define <rest> modules. In conjunction with the RequestScope, plugins can have define request-scoped beans in Spring.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new RequestScopeInterceptor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Uses the RequestScope to begin and destroy a Request.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.plugins.rest.common.interceptor.ResourceInterceptor
| |||||||||||||
Creates a new RequestScopeInterceptor.
| scope | a RequestScope |
|---|
Uses the RequestScope to begin and destroy a Request. This has the side effect of setting and clearing the "current" MethodInvocation.
| invocation | a MethodInvocation containing information about the invocation |
|---|

