public abstract class ResourceLibraryContractsProviderFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | FACTORY_DEFAULT | 
| Constructor and Description | 
|---|
| ResourceLibraryContractsProviderFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ResourceLibraryContractsProvider | createResourceLibraryContractsProvider(ExternalContext externalContext) | 
| static ResourceLibraryContractsProviderFactory | getFacesConfigResourceProviderFactory(ExternalContext ctx) | 
| static void | setResourceLibraryContractsProviderFactory(ExternalContext ctx,
                                          ResourceLibraryContractsProviderFactory instance) | 
protected static final String FACTORY_DEFAULT
public ResourceLibraryContractsProviderFactory()
public static ResourceLibraryContractsProviderFactory getFacesConfigResourceProviderFactory(ExternalContext ctx)
public static void setResourceLibraryContractsProviderFactory(ExternalContext ctx, ResourceLibraryContractsProviderFactory instance)
public abstract ResourceLibraryContractsProvider createResourceLibraryContractsProvider(ExternalContext externalContext)
Copyright © 2021 The Apache Software Foundation. All rights reserved.