com.atlassian.spring.extension.registration
Class BeanRegistration

java.lang.Object
  extended by com.atlassian.spring.extension.registration.BeanRegistration
All Implemented Interfaces:
org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean

public class BeanRegistration
extends java.lang.Object
implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean


Constructor Summary
BeanRegistration()
           
 
Method Summary
 void afterPropertiesSet()
           
 java.util.List getRegistrations()
           
 void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
           
 void setRegistrations(java.util.List registrations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanRegistration

public BeanRegistration()
Method Detail

setBeanFactory

public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
                    throws org.springframework.beans.BeansException
Specified by:
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
Throws:
org.springframework.beans.BeansException

setRegistrations

public void setRegistrations(java.util.List registrations)

getRegistrations

public java.util.List getRegistrations()

afterPropertiesSet

public void afterPropertiesSet()
                        throws RegistrationException
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
RegistrationException


Copyright © 2006-2011 Atlassian. All Rights Reserved.