org.richfaces.application
public class ServicesFactoryImpl extends Object implements org.richfaces.application.ServicesFactory
Constructor and Description |
---|
ServicesFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
<T> T |
getInstance(Class<T> type) |
void |
init(Iterable<org.richfaces.application.Module> modules) |
void |
release() |
<T> void |
setInstance(Class<T> type,
T instance) |
public <T> T getInstance(Class<T> type) throws org.richfaces.application.ServiceException
getInstance
in interface org.richfaces.application.ServicesFactory
org.richfaces.application.ServiceException
public void release()
release
in interface org.richfaces.application.ServicesFactory
public void init(Iterable<org.richfaces.application.Module> modules)
public <T> void setInstance(Class<T> type, T instance)
setInstance
in interface org.richfaces.application.ServicesFactory
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.