Package org.apache.myfaces.resource
Class DefaultResourceLibraryContractsProvider
java.lang.Object
org.apache.myfaces.spi.ResourceLibraryContractsProvider
org.apache.myfaces.resource.DefaultResourceLibraryContractsProvider
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription
- 
Constructor Details- 
DefaultResourceLibraryContractsProviderpublic DefaultResourceLibraryContractsProvider()
 
- 
- 
Method Details- 
getExternalContextResourceLibraryContractspublic Set<String> getExternalContextResourceLibraryContracts(ExternalContext context) throws IOException - Specified by:
- getExternalContextResourceLibraryContractsin class- ResourceLibraryContractsProvider
- Throws:
- IOException
 
- 
getClassloaderResourceLibraryContractspublic Set<String> getClassloaderResourceLibraryContracts(ExternalContext context) throws IOException - Specified by:
- getClassloaderResourceLibraryContractsin class- ResourceLibraryContractsProvider
- Throws:
- IOException
 
 
-