org.broadleafcommerce.common.util
Class NullFactoryBean
java.lang.Object
org.broadleafcommerce.common.util.NullFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<Void>
public class NullFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean<Void>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullFactoryBean
public NullFactoryBean()
getObject
public Void getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<Void>
- Throws:
Exception
getObjectType
public Class<? extends Void> getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<Void>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<Void>
Copyright © 2013. All Rights Reserved.