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

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.config.MyFacesResourceHandlerUrlProvider
Direct Known Subclasses:
DefaultMyFacesResourceHandlerUrlProvider

public abstract class MyFacesResourceHandlerUrlProvider
extends java.lang.Object

Provides a way to lookup for myfaces-resources-config.xml urls

Author:
Leonardo Uribe

Field Summary
static java.lang.String META_INF_CONFIG_FILE
           
static java.lang.String WEB_INF_CONFIG_FILE
           
 
Constructor Summary
MyFacesResourceHandlerUrlProvider()
           
 
Method Summary
abstract  java.util.Collection<java.net.URL> getMetaInfConfigurationResources(javax.faces.context.ExternalContext context)
           
abstract  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
 

Field Detail

META_INF_CONFIG_FILE

public static final java.lang.String META_INF_CONFIG_FILE
See Also:
Constant Field Values

WEB_INF_CONFIG_FILE

public static final java.lang.String WEB_INF_CONFIG_FILE
See Also:
Constant Field Values
Constructor Detail

MyFacesResourceHandlerUrlProvider

public MyFacesResourceHandlerUrlProvider()
Method Detail

getMetaInfConfigurationResources

public abstract java.util.Collection<java.net.URL> getMetaInfConfigurationResources(javax.faces.context.ExternalContext context)
                                                                             throws java.io.IOException
Throws:
java.io.IOException

getWebInfConfigurationResource

public abstract java.net.URL getWebInfConfigurationResource(javax.faces.context.ExternalContext context)
                                                     throws java.io.IOException
Throws:
java.io.IOException


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