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 getXMLDocuments It represents one or more URIs to configuration resources that require processing.

  • Constructor Details

    • FindConfigResourceURIsTask

      public FindConfigResourceURIsTask(ConfigurationResourceProvider provider, jakarta.servlet.ServletContext servletContext)
      Constructs a new URITask instance.
      Parameters:
      provider - the ConfigurationResourceProvider from which zero or more URLs will be returned
      servletContext - the ServletContext of the current application
  • Method Details