public class

RequestScope

extends Object
implements Scope
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.scope.RequestScope

Class Overview

Custom Spring Scope that provided per-request beans.

Summary

Public Constructors
RequestScope()
Public Methods
Object get(String name, ObjectFactory objectFactory)
String getConversationId()
void registerDestructionCallback(String name, Runnable callback)
Object remove(String name)
Object resolveContextualObject(String s)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.beans.factory.config.Scope

Public Constructors

public RequestScope ()

Public Methods

public Object get (String name, ObjectFactory objectFactory)

public String getConversationId ()

public void registerDestructionCallback (String name, Runnable callback)

public Object remove (String name)

public Object resolveContextualObject (String s)