org.apache.myfaces.resource
Class DefaultResourceLibraryContractsProvider

java.lang.Object
  extended by org.apache.myfaces.spi.ResourceLibraryContractsProvider
      extended by org.apache.myfaces.resource.DefaultResourceLibraryContractsProvider

public class DefaultResourceLibraryContractsProvider
extends ResourceLibraryContractsProvider

Author:
Leonardo Uribe

Constructor Summary
DefaultResourceLibraryContractsProvider()
           
 
Method Summary
 Set<String> getClassloaderResourceLibraryContracts(ExternalContext context)
           
 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

DefaultResourceLibraryContractsProvider

public DefaultResourceLibraryContractsProvider()
Method Detail

getExternalContextResourceLibraryContracts

public Set<String> getExternalContextResourceLibraryContracts(ExternalContext context)
                                                       throws IOException
Specified by:
getExternalContextResourceLibraryContracts in class ResourceLibraryContractsProvider
Throws:
IOException

getClassloaderResourceLibraryContracts

public Set<String> getClassloaderResourceLibraryContracts(ExternalContext context)
                                                   throws IOException
Specified by:
getClassloaderResourceLibraryContracts in class ResourceLibraryContractsProvider
Throws:
IOException


Copyright © 2014 The Apache Software Foundation. All rights reserved.