com.atlassian.plugin.spring
Class FooableBean

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by com.atlassian.plugin.spring.FooableBean
All Implemented Interfaces:
Barable, Fooable, Serializable, Cloneable, Map, org.springframework.beans.factory.BeanFactoryAware

public class FooableBean
extends HashMap
implements Fooable, org.springframework.beans.factory.BeanFactoryAware, Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
FooableBean()
           
 
Method Summary
 void sayHi()
           
 void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

FooableBean

public FooableBean()
Method Detail

sayHi

public void sayHi()
Specified by:
sayHi in interface Fooable

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


Copyright © 2011 Atlassian. All Rights Reserved.