org.apache.myfaces.commons.resourcehandler.config
Class MyFacesResourceHandlerUrlProvider
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MyFacesResourceHandlerUrlProvider
public MyFacesResourceHandlerUrlProvider()
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-2012 The Apache Software Foundation. All Rights Reserved.