java.lang.Object
com.sun.faces.config.manager.tasks.FindConfigResourceURIsTask
- All Implemented Interfaces:
Callable<Collection<URI>>
This Callable will be used by getXMLDocuments
It represents one or more URIs to configuration resources that require processing.
-
Constructor Summary
ConstructorsConstructorDescriptionFindConfigResourceURIsTask(ConfigurationResourceProvider provider, ServletContext servletContext) Constructs a newURITaskinstance. -
Method Summary
-
Constructor Details
-
FindConfigResourceURIsTask
public FindConfigResourceURIsTask(ConfigurationResourceProvider provider, ServletContext servletContext) Constructs a newURITaskinstance.- Parameters:
provider- theConfigurationResourceProviderfrom which zero or moreURLs will be returnedservletContext- theServletContextof the current application
-
-
Method Details
-
call
- Specified by:
callin interfaceCallable<Collection<URI>>- Returns:
- zero or more
URLinstances - Throws:
Exception- if an Exception is thrown by the underlyingConfigurationResourceProvider
-