com.atlassian.jira.rest.v2.issue.scope
Class ContextUriInfoFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean
      extended by com.atlassian.jira.rest.v2.issue.scope.ContextUriInfoFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class ContextUriInfoFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean

Factory bean for ContextUriInfo.

This factory bean looks up the UriInfo from the MethodInvocation.

Since:
v4.2

Field Summary
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
ContextUriInfoFactoryBean(RequestScope scope)
           
 
Method Summary
protected  ContextUriInfo createInstance()
           
 Class<ContextUriInfo> getObjectType()
           
 
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextUriInfoFactoryBean

public ContextUriInfoFactoryBean(RequestScope scope)
Method Detail

createInstance

protected ContextUriInfo createInstance()
                                 throws Exception
Specified by:
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean
Throws:
Exception

getObjectType

public Class<ContextUriInfo> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
Specified by:
getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean


Copyright © 2002-2013 Atlassian. All Rights Reserved.