javax.faces
Class FactoryFinder

java.lang.Object
  extended by javax.faces.FactoryFinder

public final class FactoryFinder
extends Object

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)

Field Summary
static String APPLICATION_FACTORY
           
static String FACES_CONTEXT_FACTORY
           
static String LIFECYCLE_FACTORY
           
static String RENDER_KIT_FACTORY
           
 
Method Summary
static Object getFactory(String factoryName)
           
static void releaseFactories()
           
static void setFactory(String factoryName, String implName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_FACTORY

public static final String APPLICATION_FACTORY
See Also:
Constant Field Values

FACES_CONTEXT_FACTORY

public static final String FACES_CONTEXT_FACTORY
See Also:
Constant Field Values

LIFECYCLE_FACTORY

public static final String LIFECYCLE_FACTORY
See Also:
Constant Field Values

RENDER_KIT_FACTORY

public static final String RENDER_KIT_FACTORY
See Also:
Constant Field Values
Method Detail

getFactory

public static Object getFactory(String factoryName)
                         throws FacesException
Throws:
FacesException

setFactory

public static void setFactory(String factoryName,
                              String implName)

releaseFactories

public static void releaseFactories()
                             throws FacesException
Throws:
FacesException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.