org.apache.myfaces.spi
Class ResourceLibraryContractsProviderFactory

java.lang.Object
  extended by org.apache.myfaces.spi.ResourceLibraryContractsProviderFactory
Direct Known Subclasses:
DefaultResourceLibraryContractsProviderFactory

public abstract class ResourceLibraryContractsProviderFactory
extends Object

Factory that provide ResourceLibraryContractsProvider instances

Since:
2.0.2
Author:
Leonardo Uribe

Field Summary
protected static String FACTORY_DEFAULT
           
 
Constructor Summary
ResourceLibraryContractsProviderFactory()
           
 
Method Summary
abstract  ResourceLibraryContractsProvider createResourceLibraryContractsProvider(ExternalContext externalContext)
           
static ResourceLibraryContractsProviderFactory getFacesConfigResourceProviderFactory(ExternalContext ctx)
           
static void setResourceLibraryContractsProviderFactory(ExternalContext ctx, ResourceLibraryContractsProviderFactory instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY_DEFAULT

protected static final String FACTORY_DEFAULT
Constructor Detail

ResourceLibraryContractsProviderFactory

public ResourceLibraryContractsProviderFactory()
Method Detail

getFacesConfigResourceProviderFactory

public static ResourceLibraryContractsProviderFactory getFacesConfigResourceProviderFactory(ExternalContext ctx)

setResourceLibraryContractsProviderFactory

public static void setResourceLibraryContractsProviderFactory(ExternalContext ctx,
                                                              ResourceLibraryContractsProviderFactory instance)

createResourceLibraryContractsProvider

public abstract ResourceLibraryContractsProvider createResourceLibraryContractsProvider(ExternalContext externalContext)


Copyright © 2015 The Apache Software Foundation. All rights reserved.