org.springmodules.commons.chain
Class CatalogFactoryBean
java.lang.Object
AbstractFactoryBean
org.springmodules.commons.chain.CatalogFactoryBean
public class CatalogFactoryBean
- extends AbstractFactoryBean
Simple FactoryBean used for simplifying Catalog creation from Spring
application context XML.
- Author:
- Costin Leau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogFactoryBean
public CatalogFactoryBean()
createInstance
protected java.lang.Object createInstance()
throws java.lang.Exception
- Throws:
java.lang.Exception
getObjectType
public java.lang.Class getObjectType()
getCommands
public java.util.Map getCommands()
setCommands
public void setCommands(java.util.Map commands)
- Add the map of commands to the created catalog, using the key as the name
and the value as the command.
- Parameters:
catalogs -
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005. All Rights Reserved.