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 Object

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

Author:
Leonardo Uribe

Field Summary
static String META_INF_CONFIG_FILE
           
static String WEB_INF_CONFIG_FILE
           
 
Constructor Summary
MyFacesResourceHandlerUrlProvider()
           
 
Method Summary
abstract  Collection<URL> getMetaInfConfigurationResources(javax.faces.context.ExternalContext context)
           
abstract  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 String META_INF_CONFIG_FILE
See Also:
Constant Field Values

WEB_INF_CONFIG_FILE

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

MyFacesResourceHandlerUrlProvider

public MyFacesResourceHandlerUrlProvider()
Method Detail

getMetaInfConfigurationResources

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

getWebInfConfigurationResource

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


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