public interface ConfigurationResourceProvider
Classes that implement this interface return zero or more
URLs which refer to application configuration resources.
| Modifier and Type | Method and Description |
|---|---|
Collection<URI> |
getResources(javax.servlet.ServletContext context) |
default boolean |
validateXml(URI uri,
boolean globalValidateXml)
Parameter to force the XML validation of the JSF configuration files
returned by getResources.
|
Collection<URI> getResources(javax.servlet.ServletContext context)
context - the ServletContext for this applicationURL instances representing
application configuration resourcesdefault boolean validateXml(URI uri, boolean globalValidateXml)
uri - the URI for which Mojarra asks if validation is needed. Should always be one as returned by getResourcesglobalValidateXml - the global (application level) value of the validateXml parameterCopyright © 2010–2019 JBoss by Red Hat. All rights reserved.