org.richfaces.application
Class ServicesFactoryImpl
java.lang.Object
org.richfaces.application.ServicesFactoryImpl
- All Implemented Interfaces:
- org.richfaces.application.ServicesFactory
public class ServicesFactoryImpl
- extends Object
- implements org.richfaces.application.ServicesFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServicesFactoryImpl
public ServicesFactoryImpl()
getInstance
public <T> T getInstance(Class<T> type)
throws org.richfaces.application.ServiceException
- Specified by:
getInstance
in interface org.richfaces.application.ServicesFactory
- Throws:
org.richfaces.application.ServiceException
release
public void release()
- Specified by:
release
in interface org.richfaces.application.ServicesFactory
init
public void init(Iterable<org.richfaces.application.Module> modules)
setInstance
public <T> void setInstance(Class<T> type,
T instance)
- Specified by:
setInstance
in interface org.richfaces.application.ServicesFactory
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.