public class

ContextUriInfoFactoryBean

extends AbstractFactoryBean
java.lang.Object
   ↳ org.springframework.beans.factory.config.AbstractFactoryBean
     ↳ com.atlassian.jira.rest.v2.issue.scope.ContextUriInfoFactoryBean

Class Overview

Factory bean for ContextUriInfo.

This factory bean looks up the UriInfo from the MethodInvocation.

Summary

[Expand]
Inherited Fields
From class org.springframework.beans.factory.config.AbstractFactoryBean
Public Constructors
ContextUriInfoFactoryBean(RequestScope scope)
Public Methods
Class<ContextUriInfo> getObjectType()
Protected Methods
ContextUriInfo createInstance()
[Expand]
Inherited Methods
From class org.springframework.beans.factory.config.AbstractFactoryBean
From class java.lang.Object
From interface org.springframework.beans.factory.BeanClassLoaderAware
From interface org.springframework.beans.factory.BeanFactoryAware
From interface org.springframework.beans.factory.DisposableBean
From interface org.springframework.beans.factory.FactoryBean
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public ContextUriInfoFactoryBean (RequestScope scope)

Public Methods

public Class<ContextUriInfo> getObjectType ()

Protected Methods

protected ContextUriInfo createInstance ()

Throws
Exception