com.liferay.faces.util.factory.internal
Class FactoryExtensionFinderImpl
java.lang.Object
com.liferay.faces.util.factory.FactoryExtensionFinder
com.liferay.faces.util.factory.internal.FactoryExtensionFinderImpl
public class FactoryExtensionFinderImpl
- extends FactoryExtensionFinder
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryExtensionFinderImpl
public FactoryExtensionFinderImpl()
registerFactory
public void registerFactory(ConfiguredElement configuredFactoryExtension)
- Specified by:
registerFactory in class FactoryExtensionFinder
newFactoryInstance
protected Object newFactoryInstance(Class<?> factoryExtensionClass,
Class<?> baseFactoryExtensionClass,
Object wrappedFactory)
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
getBaseFactoryExtensionClass
protected Class<?> getBaseFactoryExtensionClass(Class<?> factoryClass)
getFactoryInstance
public Object getFactoryInstance(Class<?> clazz)
- Specified by:
getFactoryInstance in class FactoryExtensionFinder
Copyright © 2015 Liferay, Inc.. All rights reserved.