Liferay 6.2-ce-ga5

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. 
 

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)
           
 


Liferay 6.2-ce-ga5