org.apache.myfaces.spi
Class ResourceLibraryContractsProvider

java.lang.Object
  extended by org.apache.myfaces.spi.ResourceLibraryContractsProvider
Direct Known Subclasses:
DefaultResourceLibraryContractsProvider

public abstract class ResourceLibraryContractsProvider
extends Object

Locate resource library contracts, implementing the behavior described in JSF 2.2 section 11.4.2.1 related to discover the available resource library contracts.

Since:
2.0.2
Author:
Leonardo Uribe

Constructor Summary
ResourceLibraryContractsProvider()
           
 
Method Summary
abstract  Set<String> getClassloaderResourceLibraryContracts(ExternalContext context)
           
abstract  Set<String> getExternalContextResourceLibraryContracts(ExternalContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceLibraryContractsProvider

public ResourceLibraryContractsProvider()
Method Detail

getExternalContextResourceLibraryContracts

public abstract Set<String> getExternalContextResourceLibraryContracts(ExternalContext context)
                                                                throws IOException
Throws:
IOException

getClassloaderResourceLibraryContracts

public abstract Set<String> getClassloaderResourceLibraryContracts(ExternalContext context)
                                                            throws IOException
Throws:
IOException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.