com.liferay.faces.bridge
Class BridgeFactoryFinder

java.lang.Object
  extended by com.liferay.faces.bridge.BridgeFactoryFinder

public abstract class BridgeFactoryFinder
extends Object

Author:
Neil Griffin

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

Constructor Detail

BridgeFactoryFinder

public BridgeFactoryFinder()
Method Detail

getClassPathResourceAsString

public static String getClassPathResourceAsString(String resourcePath)

getFactory

public static Object getFactory(Class<?> clazz)

getInstance

public static BridgeFactoryFinder getInstance()
                                       throws javax.faces.FacesException
Throws:
javax.faces.FacesException

getFactoryInstance

public abstract Object getFactoryInstance(Class<?> clazz)


Copyright © 2015 Liferay, Inc.. All rights reserved.