Package | Description |
---|---|
org.richfaces.application |
Modifier and Type | Method and Description |
---|---|
<T> T |
ServicesFactoryImpl.getInstance(Class<T> type) |
<T> T |
ServicesFactory.getInstance(Class<T> type)
Get service instance associated with given type, usually service interface or base abstract class. |
static <S> Collection<Class<? extends S>> |
ServiceLoader.loadServiceClasses(Class<S> serviceClass)
Load service implementation classes. |
static <S> Collection<S> |
ServiceLoader.loadServices(Class<S> serviceClass)
Load and instantiate all service implementations. |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.