Package org.apache.myfaces.spi
Class ResourceLibraryContractsProvider
- java.lang.Object
- 
- org.apache.myfaces.spi.ResourceLibraryContractsProvider
 
- 
- Direct Known Subclasses:
- DefaultResourceLibraryContractsProvider
 
 public abstract class ResourceLibraryContractsProvider extends Object Locate resource library contracts, implementing the behavior described in Faces 2.2 section 11.4.2.1 related to discover the available resource library contracts.- Since:
- 2.0.2
- Author:
- Leonardo Uribe
 
- 
- 
Constructor SummaryConstructors Constructor Description ResourceLibraryContractsProvider()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Set<String>getClassloaderResourceLibraryContracts(ExternalContext context)abstract Set<String>getExternalContextResourceLibraryContracts(ExternalContext context)
 
- 
- 
- 
Method Detail- 
getExternalContextResourceLibraryContractspublic abstract Set<String> getExternalContextResourceLibraryContracts(ExternalContext context) throws IOException - Throws:
- IOException
 
 - 
getClassloaderResourceLibraryContractspublic abstract Set<String> getClassloaderResourceLibraryContracts(ExternalContext context) throws IOException - Throws:
- IOException
 
 
- 
 
-