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
Callablewill be used bygetXMLDocumentsIt 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 newURITaskinstance.
-
-
-
Constructor Detail
-
FindConfigResourceURIsTask
public FindConfigResourceURIsTask(ConfigurationResourceProvider provider, jakarta.servlet.ServletContext servletContext)
Constructs a newURITaskinstance.- Parameters:
provider- theConfigurationResourceProviderfrom which zero or moreURLs will be returnedservletContext- theServletContextof the current application
-
-
Method Detail
-
call
public Collection<URI> call() throws Exception
- Specified by:
callin interfaceCallable<Collection<URI>>- Returns:
- zero or more
URLinstances - Throws:
Exception- if an Exception is thrown by the underlyingConfigurationResourceProvider
-
-