org.springmodules.commons.chain
Class ChainFactoryBean
java.lang.Object
AbstractFactoryBean
org.springmodules.commons.chain.ChainFactoryBean
public class ChainFactoryBean
- extends AbstractFactoryBean
Simple FactoryBean used for simplifying configuring a catalog inside a Spring
XML configuration.
- Author:
- Costin Leau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainFactoryBean
public ChainFactoryBean()
createInstance
protected java.lang.Object createInstance()
throws java.lang.Exception
- Throws:
java.lang.Exception
getObjectType
public java.lang.Class getObjectType()
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Throws:
java.lang.Exception
getCommands
public Command[] getCommands()
setCommands
public void setCommands(Command[] commands)
- Set the commands that have to be configured for this catalog.
- Parameters:
commands -
Copyright © 2005. All Rights Reserved.