Class FindConfigResourceURIsTask
java.lang.Object
com.sun.faces.config.manager.tasks.FindConfigResourceURIsTask
- All Implemented Interfaces:
Callable<Collection<URI>>
public class FindConfigResourceURIsTask extends Object implements Callable<Collection<URI>>
This Callable
will be used by
ConfigManager#getXMLDocuments(jakarta.servlet.ServletContext, java.util.List, java.util.concurrent.ExecutorService, boolean)
.
It represents one or more URIs to configuration resources that require processing.
-
Constructor Summary
Constructors Constructor Description FindConfigResourceURIsTask(ConfigurationResourceProvider provider, jakarta.servlet.ServletContext servletContext)
Constructs a newURITask
instance. -
Method Summary
Modifier and Type Method Description Collection<URI>
call()
-
Constructor Details
-
FindConfigResourceURIsTask
public FindConfigResourceURIsTask(ConfigurationResourceProvider provider, jakarta.servlet.ServletContext servletContext)Constructs a newURITask
instance.- Parameters:
provider
- theConfigurationResourceProvider
from which zero or moreURL
s will be returnedservletContext
- theServletContext
of the current application
-
-
Method Details