net.sf.oxclient.factory
Class DefaultBeanFactory
java.lang.Object
net.sf.oxclient.factory.DefaultBeanFactory
- All Implemented Interfaces:
- IBeanFactory
@Guarded
public class DefaultBeanFactory
- extends Object
- implements IBeanFactory
- Author:
- Björn Voß
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultBeanFactory
public DefaultBeanFactory()
createNewInstance
public <E> E createNewInstance(@NotNull
Class<E> clazz)
- Description copied from interface:
IBeanFactory
- Create a instances of the given class.
Implementations may set default properties. Object instances returned by
this method are ready to use and will be filled with values from
Open-Xchange™ through the HTTP-API.
- Specified by:
createNewInstance
in interface IBeanFactory
- Returns:
- object instance
setSpecialMap
public void setSpecialMap(Map<Class<?>,Class<?>> specialMap)
Copyright © 2007. All Rights Reserved.