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
ConstructorDescriptionFindConfigResourceURIsTask
(ConfigurationResourceProvider provider, ServletContext servletContext) Constructs a newURITask
instance. -
Method Summary
-
Constructor Details
-
FindConfigResourceURIsTask
public FindConfigResourceURIsTask(ConfigurationResourceProvider provider, 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
-
call
- Specified by:
call
in interfaceCallable<Collection<URI>>
- Returns:
- zero or more
URL
instances - Throws:
Exception
- if an Exception is thrown by the underlyingConfigurationResourceProvider
-