public class FactoryExtensionFinderImpl extends FactoryExtensionFinder
| Constructor and Description |
|---|
FactoryExtensionFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getBaseFactoryExtensionClass(Class<?> factoryClass) |
Object |
getFactoryInstance(Class<?> clazz) |
protected Object |
newFactoryInstance(Class<?> factoryExtensionClass,
Class<?> baseFactoryExtensionClass,
Object wrappedFactory) |
void |
registerFactory(ConfiguredElement configuredFactoryExtension) |
getFactory, getInstancepublic Object getFactoryInstance(Class<?> clazz)
getFactoryInstance in class FactoryExtensionFinderpublic void registerFactory(ConfiguredElement configuredFactoryExtension)
registerFactory in class FactoryExtensionFinderprotected Object newFactoryInstance(Class<?> factoryExtensionClass, Class<?> baseFactoryExtensionClass, Object wrappedFactory) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
Copyright © 2016 Liferay, Inc.. All rights reserved.