org.apache.myfaces.commons.resourcehandler.config
Class DefaultMyFacesResourceHandlerUrlProvider

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.config.MyFacesResourceHandlerUrlProvider
      extended by org.apache.myfaces.commons.resourcehandler.config.DefaultMyFacesResourceHandlerUrlProvider

public class DefaultMyFacesResourceHandlerUrlProvider
extends MyFacesResourceHandlerUrlProvider

Default implementation used to load myfaces-resources-config.xml files

Author:
Leonardo Uribe

Field Summary
 
Fields inherited from class org.apache.myfaces.commons.resourcehandler.config.MyFacesResourceHandlerUrlProvider
META_INF_CONFIG_FILE, WEB_INF_CONFIG_FILE
 
Constructor Summary
DefaultMyFacesResourceHandlerUrlProvider()
           
 
Method Summary
 java.util.Collection<java.net.URL> getMetaInfConfigurationResources(javax.faces.context.ExternalContext context)
           
 java.net.URL getWebInfConfigurationResource(javax.faces.context.ExternalContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMyFacesResourceHandlerUrlProvider

public DefaultMyFacesResourceHandlerUrlProvider()
Method Detail

getMetaInfConfigurationResources

public java.util.Collection<java.net.URL> getMetaInfConfigurationResources(javax.faces.context.ExternalContext context)
                                                                    throws java.io.IOException
Specified by:
getMetaInfConfigurationResources in class MyFacesResourceHandlerUrlProvider
Throws:
java.io.IOException

getWebInfConfigurationResource

public java.net.URL getWebInfConfigurationResource(javax.faces.context.ExternalContext context)
                                            throws java.io.IOException
Specified by:
getWebInfConfigurationResource in class MyFacesResourceHandlerUrlProvider
Throws:
java.io.IOException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.