org.apache.cocoon.core.container.spring.avalon
Class ConfigurationInfoFactoryBean

java.lang.Object
  extended byorg.apache.cocoon.core.container.spring.avalon.ConfigurationInfoFactoryBean
All Implemented Interfaces:
FactoryBean

public class ConfigurationInfoFactoryBean
extends Object
implements FactoryBean

This spring factory bean adds the configuration info to the bean factory.

Since:
2.2
Version:
$Id: ConfigurationInfoFactoryBean.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
protected  ConfigurationInfo info
           
 
Constructor Summary
ConfigurationInfoFactoryBean()
           
 
Method Summary
 ConfigurationInfo getConfigurationInfo()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setConfigurationInfo(ConfigurationInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

info

protected ConfigurationInfo info
Constructor Detail

ConfigurationInfoFactoryBean

public ConfigurationInfoFactoryBean()
Method Detail

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface FactoryBean
Throws:
Exception
See Also:
FactoryBean.getObject()

getObjectType

public Class getObjectType()
Specified by:
getObjectType in interface FactoryBean
See Also:
FactoryBean.getObjectType()

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface FactoryBean
See Also:
FactoryBean.isSingleton()

getConfigurationInfo

public ConfigurationInfo getConfigurationInfo()

setConfigurationInfo

public void setConfigurationInfo(ConfigurationInfo info)


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.