com.liferay.faces.util.factory
Class FactoryExtensionFinder

java.lang.Object
  extended by com.liferay.faces.util.factory.FactoryExtensionFinder
Direct Known Subclasses:
FactoryExtensionFinderImpl

public abstract class FactoryExtensionFinder
extends Object

Author:
Neil Griffin

Constructor Summary
FactoryExtensionFinder()
           
 
Method Summary
static String getClassPathResourceAsString(String resourcePath)
           
static Object getFactory(Class<?> clazz)
           
abstract  Object getFactoryInstance(Class<?> clazz)
           
static FactoryExtensionFinder getInstance()
           
abstract  void registerFactory(ConfiguredElement configuredFactoryExtension)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryExtensionFinder

public FactoryExtensionFinder()
Method Detail

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.