org.apache.myfaces.spi
Class ResourceLibraryContractsProviderFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY_DEFAULT
protected static final String FACTORY_DEFAULT
ResourceLibraryContractsProviderFactory
public ResourceLibraryContractsProviderFactory()
getFacesConfigResourceProviderFactory
public static ResourceLibraryContractsProviderFactory getFacesConfigResourceProviderFactory(ExternalContext ctx)
setResourceLibraryContractsProviderFactory
public static void setResourceLibraryContractsProviderFactory(ExternalContext ctx,
ResourceLibraryContractsProviderFactory instance)
createResourceLibraryContractsProvider
public abstract ResourceLibraryContractsProvider createResourceLibraryContractsProvider(ExternalContext externalContext)
Copyright © 2014 The Apache Software Foundation. All rights reserved.