public class MetaInfFaceletTaglibraryConfigProvider extends java.lang.Object implements ConfigurationResourceProvider
Modifier and Type | Field and Description |
---|---|
private static java.lang.String[] |
BUILT_IN_TAGLIB_XML_FILES |
private static java.lang.String[] |
FACELET_CONFIG_FILES
Array of taglib.xml files included with Facelets 1.1.x.
|
private static java.lang.String |
SUFFIX |
private static java.lang.String |
WEB_INF_CLASSES |
Constructor and Description |
---|
MetaInfFaceletTaglibraryConfigProvider() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.net.URI> |
getResources(javax.servlet.ServletContext context) |
private java.util.List<java.net.URI> |
pruneURLs(java.net.URL[] urls) |
private static final java.lang.String SUFFIX
private static final java.lang.String WEB_INF_CLASSES
private static final java.lang.String[] FACELET_CONFIG_FILES
private static final java.lang.String[] BUILT_IN_TAGLIB_XML_FILES
public MetaInfFaceletTaglibraryConfigProvider()
public java.util.Collection<java.net.URI> getResources(javax.servlet.ServletContext context)
getResources
in interface ConfigurationResourceProvider
context
- the ServletContext
for this applicationURL
instances representing
application configuration resourcesprivate java.util.List<java.net.URI> pruneURLs(java.net.URL[] urls)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.