Package ddf.catalog.plugin
Interface PreResourcePlugin
public interface PreResourcePlugin
The PreResourcePlugin executes prior to the getResource operation.
- See Also:
-
Method Summary
-
Method Details
-
process
ResourceRequest process(ResourceRequest input) throws PluginExecutionException, StopProcessingException Processes theResourceRequest.- Parameters:
input- - theResourceRequestto process- Returns:
- the value of the processed
ResourceRequestto pass to the nextPreResourcePlugin, or if this is the lastPreResourcePluginto be called - Throws:
PluginExecutionException- when an error occurs during processingStopProcessingException
-