Package org.apache.myfaces.resource
Class DefaultResourceLibraryContractsProvider
- java.lang.Object
- 
- org.apache.myfaces.spi.ResourceLibraryContractsProvider
- 
- org.apache.myfaces.resource.DefaultResourceLibraryContractsProvider
 
 
- 
 public class DefaultResourceLibraryContractsProvider extends ResourceLibraryContractsProvider - Author:
- Leonardo Uribe
 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultResourceLibraryContractsProvider()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getClassloaderResourceLibraryContracts(ExternalContext context)Set<String>getExternalContextResourceLibraryContracts(ExternalContext context)
 
- 
- 
- 
Method Detail- 
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
 
 
- 
 
-