com.liferay.faces.util.factory
Class FactoryExtensionFinder
java.lang.Object
com.liferay.faces.util.factory.FactoryExtensionFinder
- Direct Known Subclasses:
- FactoryExtensionFinderImpl
public abstract class FactoryExtensionFinder
- extends Object
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryExtensionFinder
public FactoryExtensionFinder()
getClassPathResourceAsString
public static String getClassPathResourceAsString(String resourcePath)
getFactory
public static Object getFactory(Class<?> clazz)
getInstance
public static FactoryExtensionFinder getInstance()
throws javax.faces.FacesException
- Throws:
javax.faces.FacesException
registerFactory
public abstract void registerFactory(ConfiguredElement configuredFactoryExtension)
getFactoryInstance
public abstract Object getFactoryInstance(Class<?> clazz)
Copyright © 2015 Liferay, Inc.. All rights reserved.