Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.util.ServiceLoaderCondition

Packages that use ServiceLoaderCondition
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.module.framework   
 

Uses of ServiceLoaderCondition in com.liferay.portal.kernel.util
 

Classes in com.liferay.portal.kernel.util that implement ServiceLoaderCondition
 class DefaultServiceLoaderCondition
           
 

Methods in com.liferay.portal.kernel.util with parameters of type ServiceLoaderCondition
static
<S> List<S>
ServiceLoader.load(Class<S> clazz, ServiceLoaderCondition serviceLoaderCondition)
           
static
<S> List<S>
ServiceLoader.load(ClassLoader classLoader, Class<S> clazz, ServiceLoaderCondition serviceLoaderCondition)
           
 

Uses of ServiceLoaderCondition in com.liferay.portal.module.framework
 

Classes in com.liferay.portal.module.framework that implement ServiceLoaderCondition
 class RuntimeServiceLoaderCondition
           
 


Liferay 7.0-ce-b4