Package org.apache.myfaces.resource
Class DefaultResourceLibraryContractsProvider
java.lang.Object
org.apache.myfaces.spi.ResourceLibraryContractsProvider
org.apache.myfaces.resource.DefaultResourceLibraryContractsProvider
- Author:
- Leonardo Uribe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DefaultResourceLibraryContractsProvider
public DefaultResourceLibraryContractsProvider()
-
-
Method Details
-
getExternalContextResourceLibraryContracts
public Set<String> getExternalContextResourceLibraryContracts(ExternalContext context) throws IOException - Specified by:
getExternalContextResourceLibraryContracts
in classResourceLibraryContractsProvider
- Throws:
IOException
-
getClassloaderResourceLibraryContracts
public Set<String> getClassloaderResourceLibraryContracts(ExternalContext context) throws IOException - Specified by:
getClassloaderResourceLibraryContracts
in classResourceLibraryContractsProvider
- Throws:
IOException
-